Skip to content

Commit 848216d

Browse files
committed
chore: update dev script
1 parent 193b129 commit 848216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=22.12.0"
1515
},
1616
"scripts": {
17-
"dev": "node --experimental-strip-types src/bin.ts fixtures/db.json",
17+
"dev": "node --watch --experimental-strip-types src/bin.ts fixtures/db.json",
1818
"build": "rm -rf lib && tsc",
1919
"prepublishOnly": "rm -rf lib && tsc",
2020
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)