Skip to content

Commit 790f98f

Browse files
Move to pinned version of np until 6.x release fixes integration with 2fa
1 parent 2efc275 commit 790f98f

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
@@ -27,7 +27,7 @@
2727
"postcoverage": "sirv coverage/",
2828
"build": "rimraf dist transpile transpile-tests && tsc -p tsconfig.json & wait",
2929
"postbuild": "rollup -c",
30-
"release": "np",
30+
"release": "np --no-2fa",
3131
"prepublishOnly": "npm-run-all build"
3232
},
3333
"peerDependencies": {

0 commit comments

Comments
 (0)