From: Mark Otto Date: Fri, 30 Jun 2017 05:04:06 +0000 (-0700) Subject: add css-docs task to the dist build X-Git-Tag: v4.0.0-beta~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477ea0c81b3e8882d0dd57d47327f9bfea8a5b8d;p=thirdparty%2Fbootstrap.git add css-docs task to the dist build --- diff --git a/package.json b/package.json index 49c4c16c73..904b490c0e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "maintenance-shrinkwrap": "npm shrinkwrap --dev && shx mv npm-shrinkwrap.json build/npm-shrinkwrap.json", "release-version": "node build/change-version.js", "release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..", - "dist": "npm-run-all --parallel css js", + "dist": "npm-run-all --parallel css js css-docs", "test": "npm-run-all dist js-test docs", "watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css && npm run css-docs\"", "watch-js": "nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile-plugins\"",