mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
chore: update dev script (#1675)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user