Skip to content

Commit 5fa544b

Browse files
committed
Fix CI: use 'npm run build' instead of 'build:web'
1 parent 73c02d8 commit 5fa544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: npm ci
7676

7777
- name: Build
78-
run: npm run build:web
78+
run: npm run build
7979

8080
- name: Deploy to Cloudflare Pages
8181
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)