Skip to content

Commit

Permalink
add .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Apr 19, 2022
1 parent afb6a83 commit e975157
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: yarn install && yarn run build
command: yarn run dev

0 comments on commit e975157

Please sign in to comment.