|
3 | 3 | "scripts": { |
4 | 4 | "ci-tests": "cd code; yarn ci-tests", |
5 | 5 | "get-report-message": "cd scripts; yarn get-report-message", |
6 | | - "get-template": "cd scripts; yarn get-template", |
7 | 6 | "get-sandbox-dir": "cd scripts; yarn get-sandbox-dir", |
| 7 | + "get-template": "cd scripts; yarn get-template", |
8 | 8 | "i": "yarn --cwd scripts && yarn --cwd code", |
9 | 9 | "knip": "cd code; yarn knip", |
10 | 10 | "lint": "cd code; yarn lint", |
11 | 11 | "nx": "cd code; yarn nx", |
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 | + "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 --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", |
14 | 17 | "task": "echo 'Installing Script Dependencies...'; cd scripts; yarn install >/dev/null; cd ..; yarn --cwd=./scripts task", |
15 | 18 | "test": "cd code; yarn test", |
16 | 19 | "test:watch": "cd code; yarn test:watch", |
17 | 20 | "upload-bench": "cd scripts; yarn upload-bench", |
18 | | - "vite-ecosystem-ci:before-test": "node ./scripts/vite-ecosystem-ci/before-test.js && cd ./sandbox/react-vite-default-ts && yarn install", |
19 | | - "vite-ecosystem-ci:build": "yarn task --task sandbox --template react-vite/default-ts --start-from=install", |
| 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 --skip-cache", |
20 | 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" |
21 | 24 | }, |
22 | 25 | "packageManager": "[email protected]", |
|
0 commit comments