Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent 047ac35 commit 17548cf
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 @@ -14,8 +14,8 @@
},
"scripts": {
"prepack": "husky install && npm run build",
"start": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"start": "tsbb watch",
"build": "tsbb build",
"type-check": "tsc --noEmit",
"test": "tsbb test",
"coverage": "tsbb test --coverage",
Expand Down

0 comments on commit 17548cf

Please # to comment.