Add .gitpod.yml
for continuous prebuilds for speedy project startup! (#1328)
This commit is contained in:
parent
d2c2b1b55e
commit
64b86f3769
1 changed files with 10 additions and 0 deletions
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
|
Loading…
Reference in a new issue