diff --git a/package.json b/package.json index 783fe9a..ee5a58f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "watch": "tsc --watch", "rollup": "rollup -c rollup.config.js", "version": "npm run build", - "release": "np", + "release": "np --no-2fa", "test": "jest", "test.watch": "jest --watch" }, @@ -51,4 +51,4 @@ "preset": "ts-jest", "testURL": "http://localhost" } -} +} \ No newline at end of file