Skip to content

Commit d2a422b

Browse files
author
lo kesh
committed
fix(CI): NPM publish org through sematic release
1 parent 5c356ac commit d2a422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "karma start",
5252
"test:watch": "karma start --auto-watch --no-single-run",
5353
"tslint": "tslint",
54-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
54+
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
5555
},
5656
"dependencies": {},
5757
"peerDependencies": {

0 commit comments

Comments
 (0)