Skip to content

Commit

Permalink
feat: change postinstall to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Mar 2, 2021
1 parent 32ed62d commit 92ad734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"lint": "npm run lint-code && npm run lint-style && npm run lint-html",
"lint-ci": "concurrently \"eslint src/ --quiet\" \"stylelint '*/**/*.css' --quiet\" \"htmlhint\" \"prettier --c './src/public/**/*.html' --ignore-path './dist/**'\"",
"version": "auto-changelog -p && git add CHANGELOG.md",
"postinstall": "husky install"
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix",
Expand Down

0 comments on commit 92ad734

Please sign in to comment.