Skip to content

Commit 08daf28

Browse files
committed
Remove the prepare script
1 parent 81d9a04 commit 08daf28

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/cli-v3/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
},
6565
"scripts": {
6666
"typecheck": "tsc",
67-
"prepare": "tshy && pnpm run update-version",
68-
"build": "tshy",
67+
"build": "tshy && pnpm run update-version",
6968
"dev": "tshy --watch",
7069
"test": "vitest",
7170
"test:e2e": "vitest --run -c e2e/vite.config.js",

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@
5959
"sideEffects": false,
6060
"scripts": {
6161
"clean": "rimraf dist",
62-
"prepare": "tshy && pnpm run update-version",
6362
"update-version": "tsx ../../scripts/updateVersion.ts",
64-
"build": "tshy",
63+
"build": "tshy && pnpm run update-version",
6564
"dev": "tshy --watch",
6665
"typecheck": "tsc --noEmit -p tsconfig.src.json",
6766
"test": "vitest"

packages/trigger-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
},
2828
"scripts": {
2929
"clean": "rimraf dist",
30-
"prepare": "tshy && pnpm run update-version",
31-
"build": "tshy",
30+
"build": "tshy && pnpm run update-version",
3231
"dev": "tshy --watch",
3332
"typecheck": "tsc --noEmit",
3433
"update-version": "tsx ../../scripts/updateVersion.ts"

0 commit comments

Comments
 (0)