diff options
| author | XhmikosR <[email protected]> | 2019-07-24 09:47:37 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-31 11:37:39 +0300 |
| commit | 22f6a4beeae438452f6567473f06cffce69b19c2 (patch) | |
| tree | 03b99139235e0e07a970abdbdff93758315c0453 | |
| parent | 470adc3f169b0bbaa0edc2553249a2604270af0d (diff) | |
| download | bootstrap-22f6a4beeae438452f6567473f06cffce69b19c2.tar.xz bootstrap-22f6a4beeae438452f6567473f06cffce69b19c2.zip | |
Add `--continue-on-error` in the `css-lint` script. (#29119)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e52e4686..a414afc29 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,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/docs/$npm_package_version_short/assets/scss/docs.scss site/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/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache", "css-lint-vars": "fusv scss/ site/docs/", |
