Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3c1e6027..fb606069 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
- "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
+ "stylelint": "stylelint css/*",
+ "stylelint:fix": "stylelint css/* --fix",
"test": "NODE_ENV=test jest --passWithNoTests",
"test:coverage": "NODE_ENV=test jest --coverage"
},