Skip to content

Commit

Permalink
Remove preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqu committed Oct 1, 2020
1 parent 4812279 commit 62fbf67
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 @@ -7,8 +7,7 @@
"test": "jest",
"build": "tsc && copyfiles -u 1 src/template/** dist/",
"lint": "eslint --ext .js,.ts .",
"prepare": "npm run build",
"preinstall": "npx npm-force-resolutions"
"prepare": "npm run build"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 62fbf67

Please sign in to comment.