chore: update gitpod config (#47566)

pull/47571/head
Shaun Hamilton 2022-09-20 15:45:22 +01:00 committed by GitHub
parent 095f2d9a44
commit b48f9140f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -45,13 +45,13 @@ tasks:
cp sample.env .env &&
npm ci &&
gp sync-done npm-ci &&
gp await-port 27017 &&
gp ports await 27017 &&
npm run seed &&
mongo --eval "db.fsyncLock(); db.fsyncUnlock()"
command: >
npm run create:config &&
npm run build:curriculum &&
gp await-port 27017 &&
gp ports await 27017 &&
npm run develop:server
- name: client
@ -62,7 +62,7 @@ tasks:
npm run predevelop &&
cd ..
command: >
gp await-port 3000 &&
gp ports await 3000 &&
cd ./client &&
npm run develop -- -H '0.0.0.0'
openMode: split-right
@ -88,5 +88,5 @@ github:
vscode:
extensions:
- dbaeumer.vscode-eslint@2.1.8
- esbenp.prettier-vscode@6.4.0
- dbaeumer.vscode-eslint@2.2.6
- esbenp.prettier-vscode@9.8.0