Skip to content

Commit a9c4480

Browse files
committed
remove build:ci command?
1 parent f0a7435 commit a9c4480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Build
36-
run: pnpm build:ci
36+
run: pnpm build
3737

3838
- name: Install browsers
3939
run: pnpm exec playwright install --with-deps chromium

0 commit comments

Comments
 (0)