Remove the prepare script
This commit is contained in:
@@ -64,8 +64,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc",
|
||||
"prepare": "tshy && pnpm run update-version",
|
||||
"build": "tshy",
|
||||
"build": "tshy && pnpm run update-version",
|
||||
"dev": "tshy --watch",
|
||||
"test": "vitest",
|
||||
"test:e2e": "vitest --run -c e2e/vite.config.js",
|
||||
|
||||
@@ -59,9 +59,8 @@
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"prepare": "tshy && pnpm run update-version",
|
||||
"update-version": "tsx ../../scripts/updateVersion.ts",
|
||||
"build": "tshy",
|
||||
"build": "tshy && pnpm run update-version",
|
||||
"dev": "tshy --watch",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.src.json",
|
||||
"test": "vitest"
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"prepare": "tshy && pnpm run update-version",
|
||||
"build": "tshy",
|
||||
"build": "tshy && pnpm run update-version",
|
||||
"dev": "tshy --watch",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"update-version": "tsx ../../scripts/updateVersion.ts"
|
||||
|
||||
Reference in New Issue
Block a user