Commit graph

2 commits

Author SHA1 Message Date
Samuel Attard
6bed06bb6c
build: add import/order eslint rule (#44109)
build: add import/order eslint rule (#44085)

* build: add import/order eslint rule

* chore: run lint:js --fix
2024-10-03 15:21:44 -07:00
Samuel Attard
5bb78f9071
build: convert all release scripts to typescript (#44062)
* build: convert all release scripts to typescript (#44035)

* build: convert all release scripts to typescript

* fix test imports

* build: fix version bumper export

* refactor: use as const

* spec: fix bad type spec

* build: use ts-node to spawn the version-bumper (#44057)

Missed this in the tsification, we should probably call this via API instead of spawning a sub-proc?
2024-10-01 08:49:57 -07:00