Skip to content

Commit

Permalink
fix husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan committed Jul 2, 2021
1 parent a33098f commit 9109143
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 @@ -33,7 +33,7 @@
"url": "https://github.com/fluid-framework/fluid/issues/"
},
"scripts": {
"prepack": "husky install",
"prepare": "husky install",
"start": "npm-run-all -s watch",
"watch": "node-sass ./src --output ./temp/ --output-style compact --indent-type space --indent-width 2 --source-map true -w",
"try": "npm-run-all -s lint test",
Expand Down

0 comments on commit 9109143

Please sign in to comment.