Skip to content

Commit

Permalink
chore: add ignore-scripts in npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ihym committed Oct 4, 2020
1 parent 9c52459 commit 229d365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rxjs": ">=6.6.0"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish --ignore-scripts && semantic-release post"
},
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
Expand Down

0 comments on commit 229d365

Please sign in to comment.