diff --git a/package.json b/package.json index 8553b88a..ea2a20fa 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "lint": "cross-env NODE_ENV=development eslint --cache --format=node_modules/eslint-formatter-pretty .", "lint-ci": "npm run lint && npm run flow", "lint-fix": "npm run lint -- --fix", - "lint-styles": "stylelint app/*.css app/components/*.css --syntax scss", - "lint-styles-fix": "stylefmt -r app/*.css app/components/*.css", + "lint-styles": "stylelint app/*.scss app/components/*.scss --syntax scss", + "lint-styles-fix": "stylefmt -r app/*.scss app/components/*.scss", "package": "npm run build && build --publish never", "package-all": "npm run build && build -mwl", "package-linux": "npm run build && build --linux",