Skip to content

Commit

Permalink
Don't use 'lerna publish' since it doesn't support 2FA (lerna/lerna#1091
Browse files Browse the repository at this point in the history
)
  • Loading branch information
inikulin committed May 23, 2018
1 parent 0e454fe commit 437d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,6 +28,6 @@
"postinstall": "npm run bootstrap",
"preversion": "npm test",
"precommit": "npm run prettify && git add -u",
"publish": "lerna publish"
"publish": "lerna exec 'npm publish'"
}
}

0 comments on commit 437d060

Please sign in to comment.