Skip to content

Commit

Permalink
update publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
fponticelli committed Dec 5, 2018
1 parent 6608636 commit 30c01db
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 @@ -50,7 +50,7 @@
"test": "jest",
"test-coverage": "jest --coverage",
"watch": "jest --watch --coverage",
"npm-publish": "yarn prep && ( cd lib && npm publish --access public )"
"npm-publish": "yarn prep && ( cd lib && yarn publish --access public )"
},
"eslint.packageManager": "yarn",
"jest": {
Expand Down

0 comments on commit 30c01db

Please sign in to comment.