Skip to content

Commit

Permalink
remove prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahxl committed Nov 22, 2022
1 parent e7c2f4a commit c691ca3
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 @@ -9,8 +9,7 @@
"deploy": "npm run docs:build && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"prepublishOnly": "npm run build"
"test:coverage": "umi-test --coverage"
},
"files": [
"dist"
Expand Down

0 comments on commit c691ca3

Please sign in to comment.