Skip to content

Commit

Permalink
fix(package): Fix publish path command
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Nov 5, 2017
1 parent ce37e3b commit 40c0090
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 @@ -20,7 +20,7 @@
"check-coverage": "istanbul check-coverage --functions 75 --lines 75 --branches 75 --statements 75",
"ci": "npm run test:once && npm run check-coverage",
"presemantic-release": "npm run build:release",
"semantic-release": "cd dist && semantic-release pre && npm publish dist && semantic-release post"
"semantic-release": "cd dist && semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 40c0090

Please sign in to comment.