From: XhmikosR Date: Thu, 30 May 2019 07:52:50 +0000 (+0300) Subject: Use `npm-run-all` in the `netlify` script. (#28846) X-Git-Tag: v5.0.0-alpha1~1074 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd21354de20cbd78916e03297926ef906a88d92a;p=thirdparty%2Fbootstrap.git Use `npm-run-all` in the `netlify` script. (#28846) --- 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\"",