Remove the prepare script

This commit is contained in:
Eric Allam
2024-08-22 13:22:54 +01:00
committed by Eric Allam
parent 81d9a04fff
commit 08daf288c1
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -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",
+1 -2
View File
@@ -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"
+1 -2
View File
@@ -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"