From c227c81ffa3e2278378828070fb98f0cc275c4af Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 19 Aug 2020 09:35:02 -0500 Subject: [PATCH] release script update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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