File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
"prepare" : " ts-patch install" ,
42
42
"build" : " rimraf lib && tsc && rollup -c" ,
43
43
"dev" : " rimraf lib && tsc --watch" ,
44
- "prepublishOnly " : " pnpm run build" ,
44
+ "prepack " : " pnpm run build" ,
45
45
"lint" : " eslint ." ,
46
46
"lint:fix" : " eslint --fix ."
47
47
},
Original file line number Diff line number Diff line change 15
15
"prepare" : " ts-patch install" ,
16
16
"preview" : " vite preview" ,
17
17
"deploy" : " node build/deploy.mjs" ,
18
- "prepublishOnly " : " pnpm run build"
18
+ "prepack " : " pnpm run build"
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
Original file line number Diff line number Diff line change 43
43
"build" : " rslib build" ,
44
44
"dev" : " rslib build --watch" ,
45
45
"typecheck" : " tsc --noEmit" ,
46
- "prepublishOnly " : " pnpm run build" ,
46
+ "prepack " : " pnpm run build" ,
47
47
"lint" : " eslint ." ,
48
48
"format" : " eslint --fix ." ,
49
49
"test" : " vitest"
Original file line number Diff line number Diff line change 15
15
"build:prompt" : " ts-node build/prompt.ts" ,
16
16
"dev" : " rimraf lib && tsc --watch" ,
17
17
"eslint" : " eslint ./**/*.ts" ,
18
- "prepublishOnly " : " pnpm run build" ,
18
+ "prepack " : " pnpm run build" ,
19
19
"lint" : " eslint ." ,
20
20
"format" : " eslint --fix ."
21
21
},
Original file line number Diff line number Diff line change 39
39
],
40
40
"scripts" : {
41
41
"build" : " tsc && rollup -c" ,
42
- "prepublishOnly " : " pnpm run build" ,
42
+ "prepack " : " pnpm run build" ,
43
43
"lint" : " eslint ." ,
44
44
"format" : " eslint --fix ."
45
45
},
Original file line number Diff line number Diff line change 13
13
"prepare" : " ts-patch install" ,
14
14
"build" : " rimraf lib && tsc && rollup -c" ,
15
15
"dev" : " rimraf lib && tsc --watch" ,
16
- "prepublishOnly " : " pnpm run build" ,
16
+ "prepack " : " pnpm run build" ,
17
17
"lint" : " eslint ." ,
18
18
"format" : " eslint --fix ."
19
19
},
You can’t perform that action at this time.
0 commit comments