aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: c65423be35e7dbb7eb6ae6c11065500c6d0ce2be (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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