diff --git a/package.json b/package.json index 73f627d..93a175f 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "inet-cute": "bin/inet-cute.js" }, "scripts": { - "build": "tsc", - "build:watch": "tsc --watch", + "build": "rm -r lib && tsc", + "build:watch": "rm -r lib && tsc --watch", "test:ts": "vitest --dir src --threads false --run", "test:inet": "test-runner snapshot 'node ./bin/inet-cute.js run --no-color' 'tests/**/*.i' --exclude 'tests/**/*.error.i'", "test:inet-error": "test-runner snapshot-error 'node ./bin/inet-cute.js run --no-color' 'tests/**/*.error.i'",