Skip to content

Commit

Permalink
Handle publishing with OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Mar 5, 2019
1 parent 1c7371e commit 3424c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"postinstall": "npm run bootstrap",
"test": "lerna run test --stream",
"clean": "lerna clean && npm install",
"release": "lerna version --no-changelog && lerna publish from-package",
"release": "lerna version --no-changelog && printf \"\\n\\n\\nRun 'NPM_CONFIG_OTP=123456 lerna publish from-package'\\n\\n\\n\"",
"release:clean": "npm run clean && npm run release",
"release:test": "npm test && npm run release",
"release:clean:test": "npm run clean && npm test && npm run release"
Expand Down

0 comments on commit 3424c61

Please sign in to comment.