File tree 4 files changed +9
-305
lines changed
4 files changed +9
-305
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"type" : " module" ,
5
5
"workspaces" : [
6
- " templates/*" ,
7
6
" packages/*" ,
8
7
" examples/*" ,
9
8
" shared/*"
18
17
"examples" : " node scripts/examples.js" ,
19
18
"format" : " turbo run format" ,
20
19
"publish" : " changeset publish" ,
21
- "test" : " FORCE_COLOR=1 turbo run test --force --concurrency=1 " ,
20
+ "test" : " FORCE_COLOR=1 turbo run test" ,
22
21
"typecheck" : " FORCE_COLOR=1 turbo run typecheck"
23
22
},
24
23
"resolutions" : {
Original file line number Diff line number Diff line change 21
21
"build:watch" : " yarn build -w" ,
22
22
"clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
23
23
"publish" : " npm publish" ,
24
- "test" : " vitest"
24
+ "test" : " vitest run "
25
25
},
26
26
"dependencies" : {
27
27
"@changesets/changelog-git" : " ^0.2.0" ,
Original file line number Diff line number Diff line change 21
21
"build:watch" : " yarn build -w" ,
22
22
"clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
23
23
"publish" : " npm publish" ,
24
- "test" : " vitest"
24
+ "test" : " vitest run "
25
25
},
26
26
"dependencies" : {
27
27
"viem" : " ^2.16.3"
You can’t perform that action at this time.
0 commit comments