Skip to content

Commit 6f50680

Browse files
JoeMattclaude
andcommitted
chore: remove redundant generate-versioned-ipas step in deploy.yml
The prebuild npm script already runs generate-versioned-ipas.js automatically before npm run build, so the explicit step was running it twice. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 105c7c7 commit 6f50680

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737

38-
- name: Generate versioned IPAs
39-
run: node scripts/generate-versioned-ipas.js
40-
4138
- name: Build with Next.js
4239
run: npm run build
4340
env:

0 commit comments

Comments
 (0)