Skip to content

Commit 6dea6b5

Browse files
committed
add workaround for 2fa problem when deploying
1 parent b9cb1b6 commit 6dea6b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"xo": "xo",
1717
"start": "./src/cli.js",
1818
"dry-publish": "np --any-branch --preview ",
19-
"deploy": "np --any-branch",
19+
"deploy": "np --no-publish && npm publish",
2020
"prettier": "prettier --write ."
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)