Skip to content

Commit ec2b9c0

Browse files
committed
fix: remove build step from release process
1 parent c6aac22 commit ec2b9c0

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
@@ -67,10 +67,6 @@ jobs:
6767
run: |
6868
npm install --no-progress --no-package-lock --no-save
6969
70-
- name: Build
71-
run: |
72-
npm run build
73-
7470
- name: Install plugins
7571
run: |
7672
npm install \

0 commit comments

Comments
 (0)