Skip to content

Commit

Permalink
Merge pull request #78 from move4mobile/develop
Browse files Browse the repository at this point in the history
fix: exclude 'husky install' from postinstall script
  • Loading branch information
mschilling authored Jun 1, 2021
2 parents 78d67ca + 2b2159b commit 076ad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main && husky install",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve",
"start:angular": "ng serve krew-ui-angular",
Expand Down

0 comments on commit 076ad4d

Please sign in to comment.