File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 64
64
},
65
65
"scripts" : {
66
66
"typecheck" : " tsc" ,
67
- "prepare" : " tshy && pnpm run update-version" ,
68
- "build" : " tshy" ,
67
+ "build" : " tshy && pnpm run update-version" ,
69
68
"dev" : " tshy --watch" ,
70
69
"test" : " vitest" ,
71
70
"test:e2e" : " vitest --run -c e2e/vite.config.js" ,
Original file line number Diff line number Diff line change 59
59
"sideEffects" : false ,
60
60
"scripts" : {
61
61
"clean" : " rimraf dist" ,
62
- "prepare" : " tshy && pnpm run update-version" ,
63
62
"update-version" : " tsx ../../scripts/updateVersion.ts" ,
64
- "build" : " tshy" ,
63
+ "build" : " tshy && pnpm run update-version " ,
65
64
"dev" : " tshy --watch" ,
66
65
"typecheck" : " tsc --noEmit -p tsconfig.src.json" ,
67
66
"test" : " vitest"
Original file line number Diff line number Diff line change 27
27
},
28
28
"scripts" : {
29
29
"clean" : " rimraf dist" ,
30
- "prepare" : " tshy && pnpm run update-version" ,
31
- "build" : " tshy" ,
30
+ "build" : " tshy && pnpm run update-version" ,
32
31
"dev" : " tshy --watch" ,
33
32
"typecheck" : " tsc --noEmit" ,
34
33
"update-version" : " tsx ../../scripts/updateVersion.ts"
You can’t perform that action at this time.
0 commit comments