10 lines
309 B
YAML
10 lines
309 B
YAML
|
# Commands to start on workspace startup
|
||
|
tasks:
|
||
|
- init: yarn install
|
||
|
command: yarn build
|
||
|
# Once astro is on [vsx](https://open-vsx.org/), we should be able to specify it as an extension as well!
|
||
|
# https://www.gitpod.io/docs/vscode-extensions
|
||
|
# vscode:
|
||
|
# extensions:
|
||
|
# - astro-build.astro-vscode
|
||
|
|