aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 15:30:06 -0700
committerMark Otto <[email protected]>2017-05-27 15:30:06 -0700
commitbfdc228c41d70fe4ca429b7d6a376eff38aea476 (patch)
treeda9c61edb1737bb5556a33c000655431697f9fe6
parent8f67ac19a761b8d3ecc80485c3f54aa6ba4fa910 (diff)
parent793e84400cec314198df38b6ae0a06e4711f72de (diff)
downloadbootstrap-bfdc228c41d70fe4ca429b7d6a376eff38aea476.tar.xz
bootstrap-bfdc228c41d70fe4ca429b7d6a376eff38aea476.zip
Merge branch 'v4-dev' into v4-docs-streamlined
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 881a5b806..9ee855d58 100644
--- a/package.json
+++ b/package.json
@@ -54,8 +54,8 @@
"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",
"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\"",
+ "watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css && npm run css-docs && npm run docs-clean\"",
+ "watch-js": "nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile && npm run docs-clean\"",
"watch": "npm-run-all --parallel watch-css watch-js"
},
"style": "dist/css/bootstrap.css",