Skip to content

Commit

Permalink
fix: remove useless script
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Aug 5, 2022
1 parent 6e28ef5 commit 40625cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"lint": "eslint src/**/*.ts",
"test": "jest",
"build": "ncc build src/main.ts -o dist",
"size-build": "npm run build",
"size": "npm run size-build && size-limit",
"size": "npm run build && size-limit",
"prepare": "husky install"
},
"size-limit": [
Expand Down

0 comments on commit 40625cf

Please sign in to comment.