Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
22f6a4be
Commit
22f6a4be
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Add `--continue-on-error` in the `css-lint` script. (#29119)
parent
470adc3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
22f6a4be
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
"css-compile"
:
"npm-run-all --parallel css-compile-*"
,
"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-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-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-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-docs"
:
"stylelint
\"
site/docs/**/assets/scss/*.scss
\"
\"
site/docs/**/*.css
\"
--cache --cache-location .cache/.stylelintcache"
,
"css-lint-vars"
:
"fusv scss/ site/docs/"
,
"css-lint-vars"
:
"fusv scss/ site/docs/"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment