File tree 3 files changed +2
-82
lines changed
3 files changed +2
-82
lines changed Original file line number Diff line number Diff line change 33
33
"compile:realtime" : " webpack --mode production --config webpack.realtime.js" ,
34
34
"compile:ext" : " webpack --mode production --config webpack.extension.js --target node" ,
35
35
"compile:ext:web" : " webpack --mode production --config webpack.extension.js --target web" ,
36
- "watch" : " concurrent \" npm:watch:*\" " ,
36
+ "watch" : " concurrently \" npm:watch:*\" " ,
37
37
"watch:client" : " webpack --mode development --config webpack.client.js --watch" ,
38
38
"watch:realtime" : " webpack --mode development --config webpack.realtime.js --watch" ,
39
39
"watch:ext" : " webpack --mode development --config webpack.extension.js --watch"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 26
26
"compile:client" : " webpack --mode production --config webpack.client.js" ,
27
27
"compile:ext" : " webpack --mode production --config webpack.extension.js --target node" ,
28
28
"compile:ext:web" : " webpack --mode production --config webpack.extension.js --target web" ,
29
- "watch" : " concurrent \" npm:watch:*\" " ,
29
+ "watch" : " concurrently \" npm:watch:*\" " ,
30
30
"watch:client" : " webpack --mode development --config webpack.client.js --watch" ,
31
31
"watch:ext" : " webpack --mode development --config webpack.extension.js --watch"
32
32
},
You can’t perform that action at this time.
0 commit comments