]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use `npm-run-all` in the `netlify` script. (#28846)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)
committerGitHub <noreply@github.com>
Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)
package.json

index 5d9d072a80e937931d4ff1d18b37f3d3bd2a7918..cbf7c455c715033e8cfb2632dbb62d11fdea0057 100644 (file)
@@ -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\"",