Skip to content

Commit beb902e

Browse files
committed
ci: run build in dev
1 parent cb2897c commit beb902e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"j26": "./dist/bin/run.js"
2121
},
2222
"scripts": {
23-
"dev": "node dist/bin/dev.js",
23+
"dev": "npm run build && node dist/bin/dev.js",
2424
"build": "tsc",
2525
"typecheck": "tsc --noEmit",
2626
"lint": "biome check",

0 commit comments

Comments
 (0)