chore: update dev script (#1675)

This commit is contained in:
typicode
2026-01-15 00:26:26 +01:00
committed by GitHub
parent 193b12960c
commit 580a71faa6

View File

@@ -14,7 +14,7 @@
"node": ">=22.12.0"
},
"scripts": {
"dev": "node --experimental-strip-types src/bin.ts fixtures/db.json",
"dev": "node --watch --experimental-strip-types src/bin.ts fixtures/db.json",
"build": "rm -rf lib && tsc",
"prepublishOnly": "rm -rf lib && tsc",
"typecheck": "tsc --noEmit",