From ed9319cc5317a6b8a2665f5696f37b412c645392 Mon Sep 17 00:00:00 2001 From: Xie Yuheng Date: Sun, 8 Oct 2023 00:09:29 +0800 Subject: [PATCH] up --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'",