Skip to content

Commit

Permalink
ci: Add access flag to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Aug 6, 2020
1 parent 65442f3 commit 8f32d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "ng build zingchart-angular",
"test": "ng test zingchart-angular",
"$0": "The publish command is just here as documentation and SHOULD NOT BE USED",
"publish": "cd dist/zingchart-angular && npm publish",
"publish:tag": "cd dist/zingchart-angular && npm publish --tag beta",
"publish": "cd dist/zingchart-angular && npm publish --access public",
"publish:tag": "cd dist/zingchart-angular && npm publish --tag beta --access public",
"publish:test": "cd dist/zingchart-angular && npm publish --dry-run",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 8f32d9f

Please sign in to comment.