Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Scholz <tomscholz@users.noreply.github.com>2017-08-14 00:59:44 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-14 00:59:44 +0300
commit012224386cab458c47782a13a03df1726258492f (patch)
tree7fa50ce77054eadf8351edda1c3d49f99c39ba86 /package.json
parent453a5fa03355300293e7012c3e421feadd69a26b (diff)
Moved watch task up to match the rest of the package.json (#22756)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2112d7e7a2..1966577824 100644
--- a/package.json
+++ b/package.json
@@ -50,9 +50,9 @@
"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 css-docs",
"test": "npm-run-all dist js-test docs",
+ "watch": "npm-run-all --parallel watch-css watch-js",
"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\"",
- "watch": "npm-run-all --parallel watch-css watch-js"
+ "watch-js": "nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile-plugins\""
},
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",