File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 # Create minimal web assets (required by cap sync)
4848 mkdir -p dist
4949 echo '<html><body></body></html>' > dist/index.html
50+ # Remove default plugins to avoid version conflicts
51+ npm uninstall @capacitor/camera @capacitor/splash-screen 2>/dev/null || true
5052 # Copy compiled store.js into capacitor package
5153 cp "$GITHUB_WORKSPACE/www/store.js" "$GITHUB_WORKSPACE/capacitor/www/store.js"
5254 cp "$GITHUB_WORKSPACE/www/store.d.ts" "$GITHUB_WORKSPACE/capacitor/www/store.d.ts"
Original file line number Diff line number Diff line change 4141 # Create minimal web assets (required by cap sync)
4242 mkdir -p dist
4343 echo '<html><body></body></html>' > dist/index.html
44+ # Remove default plugins to avoid version conflicts
45+ npm uninstall @capacitor/camera @capacitor/splash-screen 2>/dev/null || true
4446 cp "$GITHUB_WORKSPACE/www/store.js" "$GITHUB_WORKSPACE/capacitor/www/store.js"
4547 cp "$GITHUB_WORKSPACE/www/store.d.ts" "$GITHUB_WORKSPACE/capacitor/www/store.d.ts"
4648 npm install "$GITHUB_WORKSPACE/capacitor"
You can’t perform that action at this time.
0 commit comments