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 Nov 17, 2019
1 parent 69544c7 commit 5e4d8d8
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 5e4d8d8

Please sign in to comment.