Skip to content

Commit

Permalink
fix npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 21, 2024
1 parent 63043d6 commit 004da50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"inet": "bin/inet.js"
},
"scripts": {
"build": "rm -r lib && tsc",
"build:watch": "rm -r lib && tsc --watch",
"build": "tsc",
"build:watch": "tsc --watch",
"test:ts": "vitest --dir src --threads false --run",
"test:inet": "test-runner snapshot 'node ./bin/inet.js run --no-color' 'tests/**/*.i' --exclude 'tests/**/*.error.i'",
"test:inet-error": "test-runner snapshot-error 'node ./bin/inet.js run --no-color' 'tests/**/*.error.i'",
Expand Down

0 comments on commit 004da50

Please sign in to comment.