diff options
| author | Mark Otto <[email protected]> | 2017-06-29 22:04:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 13:35:58 -0700 |
| commit | 477ea0c81b3e8882d0dd57d47327f9bfea8a5b8d (patch) | |
| tree | 10a1ccd10b10f06bb1115f39554825a2730646be | |
| parent | eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 (diff) | |
| download | bootstrap-477ea0c81b3e8882d0dd57d47327f9bfea8a5b8d.tar.xz bootstrap-477ea0c81b3e8882d0dd57d47327f9bfea8a5b8d.zip | |
add css-docs task to the dist build
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 49c4c16c7..904b490c0 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\"", |
