File tree Expand file tree Collapse file tree 7 files changed +8
-7
lines changed Expand file tree Collapse file tree 7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 5252 "g:rollup" : " cd $INIT_CWD && rollup" ,
5353 "g:tsc" : " cd $INIT_CWD && tsc" ,
5454 "g:vite" : " cd $INIT_CWD && vite" ,
55- "g:vue-tsc" : " cd $INIT_CWD && vue-tsc"
55+ "g:vue-tsc" : " cd $INIT_CWD && vue-tsc" ,
56+ "g:size-limit" : " cd $INIT_CWD && size-limit"
5657 },
5758 "workspaces" : {
5859 "packages" : [
Original file line number Diff line number Diff line change 3636 "dev" : " yarn build:rollup --watch" ,
3737 "lint" : " yarn typecheck && eslint ." ,
3838 "prebuild" : " yarn g:rimraf dist" ,
39- "size" : " yarn size-limit" ,
39+ "size" : " yarn g: size-limit" ,
4040 "test" : " yarn g:jest" ,
4141 "test:watch" : " yarn test --watch" ,
4242 "typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 3333 "dev" : " yarn build:rollup --watch" ,
3434 "lint" : " yarn typecheck && eslint ." ,
3535 "prebuild" : " yarn g:rimraf dist" ,
36- "size" : " yarn size-limit" ,
36+ "size" : " yarn g: size-limit" ,
3737 "test" : " yarn g:jest" ,
3838 "test:watch" : " yarn test --watch" ,
3939 "typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 3636 "dev" : " yarn build:rollup --watch" ,
3737 "lint" : " yarn typecheck && eslint ." ,
3838 "prebuild" : " yarn g:rimraf dist" ,
39- "size" : " yarn size-limit" ,
39+ "size" : " yarn g: size-limit" ,
4040 "test" : " yarn g:jest" ,
4141 "test:watch" : " yarn test --watch" ,
4242 "typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 3333 "dev" : " yarn build:rollup --watch" ,
3434 "lint" : " yarn typecheck && eslint ." ,
3535 "prebuild" : " yarn g:rimraf dist" ,
36- "size" : " yarn size-limit" ,
36+ "size" : " yarn g: size-limit" ,
3737 "test" : " yarn g:jest" ,
3838 "test:watch" : " yarn test --watch" ,
3939 "typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 3939 "dev" : " yarn build:rollup --watch" ,
4040 "lint" : " yarn typecheck && eslint ." ,
4141 "prebuild" : " yarn g:rimraf dist" ,
42- "size" : " yarn size-limit" ,
42+ "size" : " yarn g: size-limit" ,
4343 "test" : " yarn g:jest" ,
4444 "test:watch" : " yarn test --watch" ,
4545 "typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 5050 "dev" : " yarn build:rollup --watch" ,
5151 "lint" : " yarn typecheck && eslint ." ,
5252 "prebuild" : " rimraf dist" ,
53- "size" : " yarn size-limit" ,
53+ "size" : " yarn g: size-limit" ,
5454 "test" : " yarn g:jest" ,
5555 "test:watch" : " yarn test --watch" ,
5656 "typecheck" : " yarn g:tsc --noEmit"
You can’t perform that action at this time.
0 commit comments