fix(docs): run docsify on different port (#47665)

Update package.json

Docs and challenge editor were opening on the same port
pull/47668/head^2
limap99 2022-09-29 14:53:11 -04:00 committed by GitHub
parent e074c0a958
commit 17d99f7f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
"develop": "npm-run-all build:curriculum -p develop:*",
"develop:client": "npm run build:curriculum && cd ./client && npm run develop",
"develop:server": "npm run predevelop && cd ./api-server && npm run develop",
"docs:serve": "docsify serve ./docs -o --port 3200",
"docs:serve": "docsify serve ./docs -o --port 3400",
"e2e": "npm run e2e:dev:run",
"e2e:dev:run": "start-test develop ':3000/status/ping|8000' cypress:dev:run",
"e2e:dev:watch": "start-test develop ':3000/status/ping|8000' cypress:dev:watch",