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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-05-30 10:52:50 +0300
committerGitHub <noreply@github.com>2019-05-30 10:52:50 +0300
commitfd21354de20cbd78916e03297926ef906a88d92a (patch)
treedfd6604aca3f729e1d640ce37264fc838f1cf3dd /package.json
parent14cb65f702defde25a59cf419c078e32e2f1d20d (diff)
Use `npm-run-all` in the `netlify` script. (#28846)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5d9d072a80..cbf7c455c7 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
"dist": "npm-run-all --parallel css js",
"test": "npm-run-all lint dist js-test docs-build docs-lint bundlesize",
- "netlify": "npm run dist && npm run release-sri && npm run docs-production",
+ "netlify": "npm-run-all dist release-sri docs-production",
"watch": "npm-run-all --parallel watch-*",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"",
"watch-css-docs": "nodemon --watch \"site/static/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"",