We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85063ba commit 1e75363Copy full SHA for 1e75363
.github/workflows/release.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Install dependencies
22
run: |
23
npm install --force
24
- npm run build # Adjust based on your build command
25
26
- name: Build app for release
27
run: npx cap sync # Build production assets (change if needed)
0 commit comments