From 580a71faa6af7d39f2a9dc52e432f90998d6fb27 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 15 Jan 2026 00:26:26 +0100 Subject: [PATCH] chore: update dev script (#1675) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a77994..c581e08 100644 --- a/package.json +++ b/package.json @@ -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",