Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 7, 2023
1 parent 36b70f2 commit ed9319c
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-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'",
Expand Down

0 comments on commit ed9319c

Please sign in to comment.