Skip to content

Commit

Permalink
chore: update scripts feild in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 16, 2021
1 parent c964cf9 commit 879d555
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 @@
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
"watch": "tsbb watch --no-esm --disable-babel",
"build": "tsbb build --no-esm --disable-babel",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down

0 comments on commit 879d555

Please sign in to comment.