Skip to content

Commit 437d060

Browse files
committed
Don't use 'lerna publish' since it doesn't support 2FA (lerna/lerna#1091)
1 parent 0e454fe commit 437d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"postinstall": "npm run bootstrap",
2929
"preversion": "npm test",
3030
"precommit": "npm run prettify && git add -u",
31-
"publish": "lerna publish"
31+
"publish": "lerna exec 'npm publish'"
3232
}
3333
}

0 commit comments

Comments
 (0)