chore: simpify release command

This commit is contained in:
Anthony Fu
2022-06-15 23:54:47 +08:00
parent 3334f2167d
commit 5d1361cad2
+1 -1
View File
@@ -41,7 +41,7 @@
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag && npm publish",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"