Skip to content

Commit

Permalink
fix(package): npm publish with public access
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Apr 16, 2017
1 parent 036fa80 commit a074b62
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "yarn lint && tsc",
"watch": "tsc -w",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"test": "mocha dist/test/**/*.js",
"lint": "tslint src/**/*.ts test/**/*.ts"
},
Expand Down

0 comments on commit a074b62

Please sign in to comment.