Skip to content

Commit

Permalink
fix(actions): remove erroneous build-dist from lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Nov 28, 2020
1 parent da9e796 commit 2cdd373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ jobs:
- name: Install CI dependencies
run: npm ci

- name: Build distributables
run: npm run build-dist

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 2cdd373

Please sign in to comment.