Skip to content

Commit 9ba5996

Browse files
authored
fix: no build step (#36)
1 parent 4b74628 commit 9ba5996

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
npm install --no-progress --no-package-lock --no-save
41-
- name: Build
42-
run: |
43-
npm run build
4441
- name: Install plugins
4542
run: |
4643
npm install \

0 commit comments

Comments
 (0)