Skip to content

Commit 23d18e3

Browse files
committed
use sync
1 parent 1f00ecc commit 23d18e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/kit/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
"lint": "eslint --ignore-path .gitignore --ignore-pattern \"src/packaging/test/**\" \"{src,test}/**/*.{ts,mjs,js,svelte}\" && npm run check-format",
6363
"check": "tsc && npm run check:integration && npm run check:prerendering",
6464
"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",
6969
"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",
7272
"format": "npm run check-format -- --write",
7373
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
7474
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)