Skip to content

Commit

Permalink
fix: build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Aug 25, 2019
1 parent 2276476 commit b784fa5
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 @@ -52,7 +52,7 @@
"clean": "rimraf build",
"build": "run-s clean && tsc -p tsconfig.json",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepublish": "run-s snyk-protect build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"pub": "np",
"version": "npm run changelog && git add .",
Expand Down

0 comments on commit b784fa5

Please sign in to comment.