Skip to content

Commit 77f52c5

Browse files
committed
example-capacitor: Only sync for Android in test
1 parent 2a7e8d3 commit 77f52c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sync": "npx cap sync",
1515
"ios": "pnpm build && pnpm sync && npx cap run ios",
1616
"android": "pnpm build && pnpm sync && npx cap run android",
17-
"test:build": "pnpm build && npx cap sync && npx cap build android",
17+
"test:build": "pnpm build && npx cap sync android && npx cap build android",
1818
"start": "vite",
1919
"build": "vite build",
2020
"preview": "vite preview"

0 commit comments

Comments
 (0)