Commit 0367d4a 1 parent ca5bdfc commit 0367d4a Copy full SHA for 0367d4a
File tree 5 files changed +5
-5
lines changed
_templates/packages/router
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ to: packages/<%= name %>/package.json
25
25
" package.json"
26
26
],
27
27
" scripts" : {
28
- " test" : " vitest run" ,
28
+ " test" : " pnpm --filter \" @ use-funnel /core \" build && vitest run" ,
29
29
" test:unit" : " vitest --root test/" ,
30
30
" build" : " rimraf dist && concurrently \" pnpm:build:*\" " ,
31
31
" build:dist" : " tsup" ,
Original file line number Diff line number Diff line change 22
22
" package.json"
23
23
],
24
24
"scripts" : {
25
- "test" : " vitest run" ,
25
+ "test" : " pnpm --filter \" @use-funnel/core \" build && vitest run" ,
26
26
"test:unit" : " vitest --root test/" ,
27
27
"build" : " rimraf dist && concurrently \" pnpm:build:*\" " ,
28
28
"build:dist" : " tsup" ,
Original file line number Diff line number Diff line change 22
22
" index.d.ts"
23
23
],
24
24
"scripts" : {
25
- "test" : " vitest run" ,
25
+ "test" : " pnpm --filter \" @use-funnel/core \" build && vitest run" ,
26
26
"test:watch" : " vitest watch" ,
27
27
"test:unit" : " vitest --root test/" ,
28
28
"build" : " rimraf dist && concurrently \" pnpm:build:*\" " ,
Original file line number Diff line number Diff line change 22
22
" package.json"
23
23
],
24
24
"scripts" : {
25
- "test" : " jest ." ,
25
+ "test" : " pnpm --filter \" @use-funnel/core \" build && jest ." ,
26
26
"build" : " rimraf dist && concurrently \" pnpm:build:*\" " ,
27
27
"build:dist" : " tsup" ,
28
28
"build:types" : " tsc -p tsconfig.build.json --emitDeclarationOnly" ,
Original file line number Diff line number Diff line change 22
22
" package.json"
23
23
],
24
24
"scripts" : {
25
- "test" : " vitest run" ,
25
+ "test" : " pnpm --filter \" @use-funnel/core \" build && vitest run" ,
26
26
"test:unit" : " vitest --root test/" ,
27
27
"build" : " rimraf dist && concurrently \" pnpm:build:*\" " ,
28
28
"build:dist" : " tsup" ,
You can’t perform that action at this time.
0 commit comments