Skip to content

Commit

Permalink
fix: Modify tsbb build option.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 14, 2021
1 parent 6a70488 commit 053cea1
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 @@
},
"scripts": {
"prepare": "husky install",
"build": "tsbb build --disable-babel",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel --file-names src/cli.ts",
"watch": "tsbb watch --disable-babel --file-names src/cli.ts",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,md,json}'"
},
"files": [
Expand Down

0 comments on commit 053cea1

Please sign in to comment.