Skip to content

Commit

Permalink
Merge pull request #190 from mxdvl/mxdvl/consistent-lint-check
Browse files Browse the repository at this point in the history
Enable running checks locally
  • Loading branch information
RoelN authored Oct 8, 2024
2 parents de90c6e + 2c901f8 commit 06be523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
node-version-file: .tool-versions
cache: npm
- run: NODE_ENV=development npm install
- run: npm run lint -- --no-fix --max-warnings=0
- run: npm run lint:check
- run: npm run build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint:check": "vue-cli-service lint --no-fix --max-warnings=0",
"lint": "vue-cli-service lint"
},
"dependencies": {
Expand Down

0 comments on commit 06be523

Please sign in to comment.