File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"update-deps" : " pnpm -r update -i -L" ,
14
14
"update-local-deps" : " pnpm update -r vite-plugin-react-pages vite-pages-theme-basic vite-pages-theme-doc --workspace --filter \" !./packages/create-project/**\" " ,
15
15
"test" : " playwright test -c ./test-setup" ,
16
- "test-serve" : " VITE_PAGES_MODE=serve pnpm test" ,
17
- "test-build" : " VITE_PAGES_MODE=build pnpm test" ,
18
- "test-ssr" : " VITE_PAGES_MODE=ssr pnpm test" ,
16
+ "test-serve" : " cross-env VITE_PAGES_MODE=serve pnpm test" ,
17
+ "test-build" : " cross-env VITE_PAGES_MODE=build pnpm test" ,
18
+ "test-ssr" : " cross-env VITE_PAGES_MODE=ssr pnpm test" ,
19
19
"test-debug" : " pnpm test -- --debug" ,
20
20
"build:docs" : " pnpm --filter doc-site run ssr-for-deploy" ,
21
21
"postinstall" : " node ./scripts/linkBins.js" ,
You can’t perform that action at this time.
0 commit comments