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 52
52
"g:rollup" : " cd $INIT_CWD && rollup" ,
53
53
"g:tsc" : " cd $INIT_CWD && tsc" ,
54
54
"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"
56
57
},
57
58
"workspaces" : {
58
59
"packages" : [
Original file line number Diff line number Diff line change 36
36
"dev" : " yarn build:rollup --watch" ,
37
37
"lint" : " yarn typecheck && eslint ." ,
38
38
"prebuild" : " yarn g:rimraf dist" ,
39
- "size" : " yarn size-limit" ,
39
+ "size" : " yarn g: size-limit" ,
40
40
"test" : " yarn g:jest" ,
41
41
"test:watch" : " yarn test --watch" ,
42
42
"typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 33
33
"dev" : " yarn build:rollup --watch" ,
34
34
"lint" : " yarn typecheck && eslint ." ,
35
35
"prebuild" : " yarn g:rimraf dist" ,
36
- "size" : " yarn size-limit" ,
36
+ "size" : " yarn g: size-limit" ,
37
37
"test" : " yarn g:jest" ,
38
38
"test:watch" : " yarn test --watch" ,
39
39
"typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 36
36
"dev" : " yarn build:rollup --watch" ,
37
37
"lint" : " yarn typecheck && eslint ." ,
38
38
"prebuild" : " yarn g:rimraf dist" ,
39
- "size" : " yarn size-limit" ,
39
+ "size" : " yarn g: size-limit" ,
40
40
"test" : " yarn g:jest" ,
41
41
"test:watch" : " yarn test --watch" ,
42
42
"typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 33
33
"dev" : " yarn build:rollup --watch" ,
34
34
"lint" : " yarn typecheck && eslint ." ,
35
35
"prebuild" : " yarn g:rimraf dist" ,
36
- "size" : " yarn size-limit" ,
36
+ "size" : " yarn g: size-limit" ,
37
37
"test" : " yarn g:jest" ,
38
38
"test:watch" : " yarn test --watch" ,
39
39
"typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 39
39
"dev" : " yarn build:rollup --watch" ,
40
40
"lint" : " yarn typecheck && eslint ." ,
41
41
"prebuild" : " yarn g:rimraf dist" ,
42
- "size" : " yarn size-limit" ,
42
+ "size" : " yarn g: size-limit" ,
43
43
"test" : " yarn g:jest" ,
44
44
"test:watch" : " yarn test --watch" ,
45
45
"typecheck" : " yarn g:tsc --noEmit"
Original file line number Diff line number Diff line change 50
50
"dev" : " yarn build:rollup --watch" ,
51
51
"lint" : " yarn typecheck && eslint ." ,
52
52
"prebuild" : " rimraf dist" ,
53
- "size" : " yarn size-limit" ,
53
+ "size" : " yarn g: size-limit" ,
54
54
"test" : " yarn g:jest" ,
55
55
"test:watch" : " yarn test --watch" ,
56
56
"typecheck" : " yarn g:tsc --noEmit"
You can’t perform that action at this time.
0 commit comments