|
62 | 62 | "lint": "eslint --ignore-path .gitignore --ignore-pattern \"src/packaging/test/**\" \"{src,test}/**/*.{ts,mjs,js,svelte}\" && npm run check-format",
|
63 | 63 | "check": "tsc && npm run check:integration && npm run check:prerendering",
|
64 | 64 | "check:integration": "npm run check:integration:amp && npm run check:integration:basics && npm run check:integration:options && npm run check:integration:options-2",
|
65 |
| - "check:integration:amp": "cd test/apps/amp && pnpm build && pnpm check", |
66 |
| - "check:integration:basics": "cd test/apps/basics && pnpm build && pnpm check", |
67 |
| - "check:integration:options": "cd test/apps/options && pnpm build && pnpm check", |
68 |
| - "check:integration:options-2": "cd test/apps/options-2 && pnpm build && pnpm check", |
| 65 | + "check:integration:amp": "cd test/apps/amp && pnpm sync && pnpm check", |
| 66 | + "check:integration:basics": "cd test/apps/basics && pnpm sync && pnpm check", |
| 67 | + "check:integration:options": "cd test/apps/options && pnpm sync && pnpm check", |
| 68 | + "check:integration:options-2": "cd test/apps/options-2 && pnpm sync && pnpm check", |
69 | 69 | "check:prerendering": "npm run check:prerendering:basics && npm run check:prerendering:options",
|
70 |
| - "check:prerendering:basics": "cd test/prerendering/basics && pnpm build && pnpm check", |
71 |
| - "check:prerendering:options": "cd test/prerendering/options && pnpm build && pnpm check", |
| 70 | + "check:prerendering:basics": "cd test/prerendering/basics && pnpm sync && pnpm check", |
| 71 | + "check:prerendering:options": "cd test/prerendering/options && pnpm sync && pnpm check", |
72 | 72 | "format": "npm run check-format -- --write",
|
73 | 73 | "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
|
74 | 74 | "prepublishOnly": "npm run build",
|
|
0 commit comments