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

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-05-14 11:15:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-31 21:38:40 +0300
commit641b51d295eb1f811cd9e6e8b4190fd7520fc940 (patch)
treeb278fc022be21ac6562f72c1258f68a76c2beb72
parent9cdcc10ea80f18ac5ce77c80476ab8a0169045f3 (diff)
package.json: switch to npm-run-all for test script
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f161f9f..79aef0f 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"server": "serve --listen 3000",
"start": "npm-run-all --parallel watch server",
"watch": "nodemon -e html,scss -x \"npm run css\"",
- "test": "npm run css-lint && npm run css"
+ "test": "npm-run-all css-lint css"
},
"keywords": [
"bootstrap",