Skip to content

Commit 589201d

Browse files
committed
reverse changes to the package.json
1 parent c54bf39 commit 589201d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
"seed:certified-user": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser certUser",
9393
"serve:client": "cd ./client && npm run serve",
9494
"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",
9696
"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",
9999
"start:server": "cd ./api-server && npm start",
100100
"storybook": "cd ./tools/ui-components && npm run storybook",
101101
"test": "run-s create:* build:curriculum build-workers test:*",

0 commit comments

Comments
 (0)