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: v4.4.0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5baad139023770250a0df11f1b77d73a8de53697;p=thirdparty%2Fbootstrap.git Use `npm-run-all` in the `netlify` script. (#28846) --- diff --git a/package.json b/package.json index aba3d8d939..2c0f4c9dbf 100644 --- a/package.json +++ b/package.json @@ -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\"",