File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 1111 "concurrently" : " concurrently" ,
1212 "start" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=dev electron .\" \" cd desktop-app && ng serve --port 4205\" " ,
1313 "start:test" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=dev SQ_ENV_CFG=test electron .\" \" cd desktop-app && ng serve -c test --port 4205\" " ,
14+ "start:prod" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=production SQ_ENV_CFG=prod electron .\" \" cd desktop-app && ng serve -c test --port 4205\" " ,
1415 "start:sidetest" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=dev SQ_ENV_CFG=test electron .\" \" cd desktop-app && ng serve -c test --port 4205\" " ,
1516 "start:test2" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=dev SQ_ENV_CFG=test2 electron .\" \" cd desktop-app && ng serve -c test2 --port 4205\" " ,
1617 "start:local" : " concurrently \" yarn electron-build && yarn platform-tools && wait-on http-get://localhost:4205/ && cross-env NODE_ENV=dev SQ_ENV_CFG=local electron .\" \" cd desktop-app && ng serve -c local --port 4205\" " ,
You can’t perform that action at this time.
0 commit comments