mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-06 14:21:25 +08:00

* gitpod-setup make the description precise. * remove the build task to make the server start fast.
9 lines
205 B
YAML
9 lines
205 B
YAML
tasks:
|
|
- command: gp await-port 3000 && gp preview $(gp url 3000)/tech-interview-handbook/
|
|
- before: cd website/
|
|
init: yarn install
|
|
command: yarn start
|
|
ports:
|
|
- port: 3000
|
|
onOpen: ignore
|