Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
fix(lint): make lint errors halt release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Aug 30, 2020
1 parent a94b88d commit 8fd769a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: client-${{ hashFiles('**/package-lock.json') }}

- run: npm ci
- run: npm run lint
- run: npm run lint --no-fix

release:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/plexclients/mutations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue';
import stateFactory from './state';
import { slPlayerClientId } from '@/player/constants';
import stateFactory from './state';

export default {
RESET: (state) => {
Expand Down

0 comments on commit 8fd769a

Please sign in to comment.