File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
"seed:certified-user" : " cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser certUser" ,
93
93
"serve:client" : " cd ./client && npm run serve" ,
94
94
"serve:client-ci" : " cd ./client && npm run serve-ci" ,
95
- "start" : " npm-run-all create:* -p develop:server develop :client start-proxy:fe start-proxy:api " ,
95
+ "start" : " npm-run-all create:* -p develop:server serve :client" ,
96
96
"start-ci" : " npm-run-all create:* -p start:server serve:client-ci" ,
97
- "start-proxy:fe " : " local-ssl-proxy -n fcc.topcoder-dev.com -s 4431 -t 8000" ,
98
- "start-proxy: api" : " local-ssl-proxy -n fcc.topcoder-dev.com -s 44311 -t 3000" ,
97
+ "start-proxy" : " local-ssl-proxy -n fcc.topcoder-dev.com -s 4431 -t 8000" ,
98
+ "start-proxy- api" : " local-ssl-proxy -n fcc.topcoder-dev.com -s 44311 -t 3000" ,
99
99
"start:server" : " cd ./api-server && npm start" ,
100
100
"storybook" : " cd ./tools/ui-components && npm run storybook" ,
101
101
"test" : " run-s create:* build:curriculum build-workers test:*" ,
You can’t perform that action at this time.
0 commit comments