Skip to content

Commit 302b66c

Browse files
committed
fix: remove build step
1 parent dd67a3d commit 302b66c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-and-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
run: |
5555
npm install --no-progress --no-package-lock --no-save
5656
57-
- name: Build
58-
run: |
59-
npm run build
60-
6157
- name: Install plugins
6258
run: |
6359
npm install \

0 commit comments

Comments
 (0)