Skip to content

Commit

Permalink
fix(package): restore prepare script in package.json so that npm inst…
Browse files Browse the repository at this point in the history
…all from github works (#367)
  • Loading branch information
appzuka authored and matthieu-foucault committed Nov 24, 2018
1 parent 768ed16 commit 3e1f3e4
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 @@ -21,7 +21,7 @@
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"release:ci": "conventional-github-releaser -p angular",
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
Expand Down

0 comments on commit 3e1f3e4

Please sign in to comment.