diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8b00e22..7373a53 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,5 +16,5 @@ jobs: with: node-version: '14' - run: npm install - - run: npm run lint + - run: npm run lint-ci diff --git a/package.json b/package.json index 33f32e4..a6ceda3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build ./src/main.js", - "lint": "vue-cli-service lint --no-fix --max-warnings=0" + "lint": "vue-cli-service lint", + "lint-ci": "vue-cli-service lint --no-fix --max-warnings=0" }, "main": "App.vue", "dependencies": {