We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin/*.js
tsx
1 parent 5dada6f commit c0724a1Copy full SHA for c0724a1
assets/package.json
@@ -20,8 +20,8 @@
20
"css_source": "styles/live.css"
21
},
22
"scripts": {
23
- "build": "node ../../../bin/build_package.js .",
24
- "watch": "node ../../../bin/build_package.js . --watch",
+ "build": "tsx ../../../bin/build_package.ts .",
+ "watch": "tsx ../../../bin/build_package.ts . --watch",
25
"test": "../../../bin/test_package.sh .",
26
"check": "biome check",
27
"ci": "biome ci"
0 commit comments