We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7e8d3 commit 77f52c5Copy full SHA for 77f52c5
1 file changed
demos/example-capacitor/package.json
@@ -14,7 +14,7 @@
14
"sync": "npx cap sync",
15
"ios": "pnpm build && pnpm sync && npx cap run ios",
16
"android": "pnpm build && pnpm sync && npx cap run android",
17
- "test:build": "pnpm build && npx cap sync && npx cap build android",
+ "test:build": "pnpm build && npx cap sync android && npx cap build android",
18
"start": "vite",
19
"build": "vite build",
20
"preview": "vite preview"
0 commit comments