|
12 | 12 | "pretty-docs": "cd scripts; yarn install >/dev/null; yarn docs:prettier:write", |
13 | 13 | "start": "yarn task --task dev --template react-vite/default-ts --start-from=install", |
14 | 14 | "svelte-ecosystem-ci:before-test": "node ./scripts/ecosystem-ci/before-test.js svelte-kit/skeleton-ts && cd ./sandbox/svelte-kit-skeleton-ts && yarn install", |
15 | | - "svelte-ecosystem-ci:build": "yarn task --task install && yarn --cwd code build svelte && yarn task --task sandbox --template svelte-kit/skeleton-ts --start-from=compile --no-link", |
16 | | - "svelte-ecosystem-ci:test": "yarn task --task test-runner --template svelte-kit/skeleton-ts --start-from=build --no-link && yarn task --task vitest-integration --template svelte-kit/skeleton-ts --start-from vitest-integration --no-link", |
| 15 | + "svelte-ecosystem-ci:build": "yarn task --task install && yarn --cwd code build svelte && yarn task --task sandbox --template svelte-kit/skeleton-ts --start-from=compile --no-link --skip-cache", |
| 16 | + "svelte-ecosystem-ci:test": "yarn task --task test-runner --template svelte-kit/skeleton-ts --start-from=build --no-link --skip-cache && yarn task --task vitest-integration --template svelte-kit/skeleton-ts --start-from vitest-integration --no-link --skip-cache", |
17 | 17 | "task": "echo 'Installing Script Dependencies...'; cd scripts; yarn install >/dev/null; cd ..; yarn --cwd=./scripts task", |
18 | 18 | "test": "cd code; yarn test", |
19 | 19 | "test:watch": "cd code; yarn test:watch", |
20 | 20 | "upload-bench": "cd scripts; yarn upload-bench", |
21 | 21 | "vite-ecosystem-ci:before-test": "node ./scripts/ecosystem-ci/before-test.js react-vite/default-ts && cd ./sandbox/react-vite-default-ts && yarn install", |
22 | | - "vite-ecosystem-ci:build": "yarn task --task sandbox --template react-vite/default-ts --start-from=install", |
| 22 | + "vite-ecosystem-ci:build": "yarn task --task sandbox --template react-vite/default-ts --start-from=install --skip-cache", |
23 | 23 | "vite-ecosystem-ci:test": "yarn task --task test-runner-dev --template react-vite/default-ts --start-from=dev && yarn task --task test-runner --template react-vite/default-ts --start-from=build && yarn task --task vitest-integration --template react-vite/default-ts --start-from vitest-integration" |
24 | 24 | }, |
25 | 25 | "packageManager": "[email protected]", |
|
0 commit comments