]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Moved watch task up to match the rest of the package.json (#22756)
authorTom Scholz <tomscholz@users.noreply.github.com>
Sun, 13 Aug 2017 21:59:44 +0000 (23:59 +0200)
committerMark Otto <markd.otto@gmail.com>
Sun, 13 Aug 2017 21:59:44 +0000 (14:59 -0700)
package.json

index 2112d7e7a2ba2ab8da103102cc680c7fab5d6f06..1966577824c6d9556529a941826909729c3d0407 100644 (file)
@@ -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",