Skip to content

Commit

Permalink
fix: no build step for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Dec 7, 2021
1 parent 9e71246 commit b91faf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Install dependencies
run: |
npm install --no-progress --no-package-lock --no-save
- name: Build
run: |
npm run build
- name: Install plugins
run: |
npm install \
Expand Down

0 comments on commit b91faf0

Please sign in to comment.