remove the build task to make the server start fast.

pull/161/head
Nisar Hassan Naqvi 6 years ago
parent 446b96de7e
commit ef4104f779

@ -1,6 +1,7 @@
tasks:
- command: gp await-port 3000 && gp preview $(gp url 3000)/tech-interview-handbook/
- init: cd website/ && yarn install && yarn build
- before: cd website/
init: yarn install
command: yarn start
ports:
- port: 3000

Loading…
Cancel
Save