diff --git a/package.json b/package.json index 09ffd12..2f9ce5b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "build": "npm -s test && npm -s run doc", "test": "npm -s run lint", "lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n", - "lint:fix": "npm -s run lint:js -- --fix && npm -s run lint:styles -- --fix", + "lint:fix:js": "npm -s run lint:js -- --fix", + "lint:fix:styles": "npm -s run lint:styles -- --fix", "lint:js": "eslint --cache --max-warnings 0 .", "lint:styles": "stylelint \"**/*.{less,css}\"", "lint:i18n": "banana-checker --requireLowerCase=0 i18n/",