diff options
| author | XhmikosR <[email protected]> | 2019-07-24 09:47:37 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 09:47:37 +0300 |
| commit | b8aa040aee93a402a5cab4ac40ee300605a642ba (patch) | |
| tree | da06d3499477e9791b7b3b6829395c128b7e34d4 /package.json | |
| parent | 114a0ee193ffe7869c8369f25ef4dcc44929fbf5 (diff) | |
| download | bootstrap-b8aa040aee93a402a5cab4ac40ee300605a642ba.tar.xz bootstrap-b8aa040aee93a402a5cab4ac40ee300605a642ba.zip | |
Add `--continue-on-error` in the `css-lint` script. (#29119)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 606debef9..c86adbef8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "css-compile": "npm-run-all --parallel css-compile-*", "css-compile-main": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/ && npm run css-copy", "css-compile-docs": "cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/static/docs/$npm_package_version_short/assets/scss/docs.scss site/static/docs/$npm_package_version_short/assets/css/docs.min.css", - "css-lint": "npm-run-all --parallel css-lint-*", + "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*", "css-lint-main": "stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache", "css-lint-docs": "stylelint \"site/static/**/assets/scss/*.scss\" \"site/content/**/*.css\" --cache --cache-location .cache/.stylelintcache", "css-lint-vars": "fusv scss/ site/static/", |
