Skip to content

Commit

Permalink
chore: changed npm publish options to make sdk public
Browse files Browse the repository at this point in the history
  • Loading branch information
maudnals committed Feb 27, 2020
1 parent b67dca2 commit b75ed9f
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 @@ -16,7 +16,7 @@
"style:fix": "yarn style --write",
"build": "tsc --declaration",
"build:docs": "typedoc --theme default --out docs/api && touch docs/.nojekyll",
"buildAndPublish": "yarn build && npm publish --access public"
"buildAndPublish": "yarn build && npm publish --access=public"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b75ed9f

Please sign in to comment.