]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 30 May 2019 08:58:34 +0000 (11:58 +0300)
package.json

index aba3d8d939d2933da32175d721c4b42299f46c32..2c0f4c9dbf34a87b0822216038396b2681464eb5 100644 (file)
@@ -79,7 +79,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-compile 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/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"",