From 184a77a039c9d098ce90756b6295dd9f1b4a9e9f Mon Sep 17 00:00:00 2001 From: Steffen Date: Mon, 10 May 2021 20:04:05 +0200 Subject: [PATCH] restore old lint command (fixes #170) --- .github/workflows/linter.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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": {