Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed May 27, 2024
1 parent 3fa2913 commit 3eb3be6
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 @@ -12,8 +12,8 @@
"lambda-machine": "bin/lambda-machine.js"
},
"scripts": {
"build": "rm -rf lib && tsc",
"build:watch": "rm -rf lib && tsc --watch",
"build": "tsc",
"build:watch": "tsc --watch",
"test:ts": "vitest --dir src --run",
"test:watch": "vitest --dir src",
"test:lambda-machine:tests": "test-runner snapshot './bin/lambda-machine.js' 'tests/**/*.(scm|md)' --exclude 'tests/**/*.error.(scm|md)'",
Expand Down

0 comments on commit 3eb3be6

Please sign in to comment.