Skip to content

Commit c90bf94

Browse files
fix: build pipeline
1 parent 8d28562 commit c90bf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm ls @stencil/core
5252
shell: bash
5353
- name: Build
54-
run: npm run build -- --ci
54+
run: npm run build
5555
shell: bash
5656
- name: Test
5757
run: npm run test.ci
@@ -68,7 +68,7 @@ jobs:
6868
- name: Link Stencil Store
6969
run: npm link @stencil/store
7070
- name: Build test-app
71-
run: npm run build -- --ci
71+
run: npm run build
7272
shell: bash
7373
- name: Test test-app
7474
run: npm test

0 commit comments

Comments
 (0)