Skip to content

Commit c227c81

Browse files
committed
release script update
1 parent fc2dd0d commit c227c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"watch": "tsc --watch",
1515
"rollup": "rollup -c rollup.config.js",
1616
"version": "npm run build",
17-
"release": "np",
17+
"release": "np --no-2fa",
1818
"test": "jest",
1919
"test.watch": "jest --watch"
2020
},
@@ -51,4 +51,4 @@
5151
"preset": "ts-jest",
5252
"testURL": "http://localhost"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)