diff options
| author | XhmikosR <[email protected]> | 2020-12-04 08:40:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-04 08:40:16 +0200 |
| commit | 85acd96e31c450e1f20fbb079b3fabe4754fa803 (patch) | |
| tree | 32b381cab9448610108b11b2c493b8bb1a7caa2f /package.json | |
| parent | 0a141dae94eb9efa301beeb55eed4ebc56e20e44 (diff) | |
| download | bootstrap-85acd96e31c450e1f20fbb079b3fabe4754fa803.tar.xz bootstrap-85acd96e31c450e1f20fbb079b3fabe4754fa803.zip | |
Fix `css-prefix-examples-rtl` script (#32326)
`cross-env-shell` should be used since we are using variables in the command
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 5d4a9a4b4..a1d125b31 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "css-prefix": "npm-run-all --parallel css-prefix-*", "css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"", "css-prefix-examples": "postcss --config build/postcss.config.js --replace \"site/content/**/*.css\"", - "css-prefix-examples-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_version_short/examples/\" \"site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"", + "css-prefix-examples-rtl": "cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_version_short/examples/\" \"site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"", "js": "npm-run-all js-compile js-minify", "js-compile": "npm-run-all --parallel js-compile-*", "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap", |
