Skip to content

Commit 996605c

Browse files
remove additional 2fa enforcement
1 parent dae35c0 commit 996605c

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
@@ -23,7 +23,7 @@
2323
"clean": "rimraf dist output test/output",
2424
"build": "rollup -c; shx chmod a+x dist/filesize",
2525
"try": "./dist/filesize",
26-
"release": "np",
26+
"release": "np --no-2fa",
2727
"prepublishOnly": "yarn npm-run-all clean build"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)