Skip to content

Commit

Permalink
chore: fix prepare (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 12, 2021
1 parent 0babc1b commit da8e166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
"pretest": "npm run lint",
"test": "npm run test:coverage",
"prepare": "npm run build && husky install",
"prepare": "husky install && npm run build",
"release": "standard-version"
},
"files": [
Expand Down

0 comments on commit da8e166

Please sign in to comment.