Skip to content

Commit c0724a1

Browse files
committed
Migrate bin/*.js to TypeScript, use tsx
1 parent 5dada6f commit c0724a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"css_source": "styles/live.css"
2121
},
2222
"scripts": {
23-
"build": "node ../../../bin/build_package.js .",
24-
"watch": "node ../../../bin/build_package.js . --watch",
23+
"build": "tsx ../../../bin/build_package.ts .",
24+
"watch": "tsx ../../../bin/build_package.ts . --watch",
2525
"test": "../../../bin/test_package.sh .",
2626
"check": "biome check",
2727
"ci": "biome ci"

0 commit comments

Comments
 (0)