From f6be84e76fb878aa86c88138a6b0a60996daaa39 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 18 May 2020 08:56:02 -0700 Subject: [PATCH] remove css lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2d287..67d75f5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:css": "stylelint --ignore-path .gitignore './**/*.{css,scss}'", "lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .ts,.tsx .", "lint:fix": "eslint --fix --ignore-path .gitignore --ignore-path .prettierignore --ext .ts,.tsx .", - "lint": "npm run lint:js && npm run lint:css", + "lint": "npm run lint:js", "release": "release-it --non-interactive", "changelog": "auto-changelog -p", "cypress:run": "cypress run --browser chrome",