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 07478ac commit 3253398
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 @@ -15,8 +15,8 @@
"chimera": "bin/chimera.js"
},
"scripts": {
"build": "rm -rf lib && tsc",
"build:watch": "rm -rf lib && tsc --watch",
"build": "tsc",
"build:watch": "tsc --watch",
"test": "node --test",
"format": "prettier src --write"
},
Expand Down

0 comments on commit 3253398

Please sign in to comment.