Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit faa3935

Browse files
committed
chore: switch from concurrently to npm-run-all
See PR #54
1 parent 727ae45 commit faa3935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular2-quickstart",
33
"version": "1.0.0",
44
"scripts": {
5-
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
5+
"start": "tsc && npm-run-all --parallel tsc:w lite",
66
"tsc": "tsc",
77
"tsc:w": "tsc -w",
88
"lite": "lite-server",
@@ -22,7 +22,7 @@
2222
"zone.js": "0.6.6"
2323
},
2424
"devDependencies": {
25-
"concurrently": "^2.0.0",
25+
"npm-run-all": "^1.7.0",
2626
"lite-server": "^2.2.0",
2727
"typescript": "^1.8.9",
2828
"typings":"^0.7.12"

0 commit comments

Comments
 (0)