File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"author" : " Deborah Kurata" ,
5
5
"description" : " Package for the Acme Product Management sample application" ,
6
6
"scripts" : {
7
- "start" : " concurrent \" npm run tsc:w\" \" npm run lite\" " ,
7
+ "start" : " concurrently \" npm run tsc:w\" \" npm run lite\" " ,
8
8
"tsc" : " tsc" ,
9
9
"tsc:w" : " tsc -w" ,
10
10
"lint" : " tslint ./app/**/*.ts -t verbose" ,
30
30
"typings" : " ^0.7.12"
31
31
},
32
32
"repository" : {}
33
- }
33
+ }
Original file line number Diff line number Diff line change 4
4
"author" : " Deborah Kurata" ,
5
5
"description" : " Package for the Acme Product Management sample application" ,
6
6
"scripts" : {
7
- "start" : " concurrent \" npm run tsc:w\" \" npm run lite\" " ,
7
+ "start" : " concurrently \" npm run tsc:w\" \" npm run lite\" " ,
8
8
"tsc" : " tsc" ,
9
9
"tsc:w" : " tsc -w" ,
10
10
"lite" : " lite-server" ,
28
28
"typings" : " ^0.7.12"
29
29
},
30
30
"repository" : {}
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments