Skip to content

Commit

Permalink
Try setting up gitpod for building for each PR to ease reviewing (#680)
Browse files Browse the repository at this point in the history
* Try setting up gitpod

Building on example at publiclab/image-sequencer#1668

* Update .gitpod.yml
  • Loading branch information
jywarren authored Jul 25, 2020
1 parent 3100c04 commit 40b2818
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tasks:
- init: npm i && npm run setup
command: npm run serve:dev
ports:
- port: 3000
onOpen: open-preview

github:
prebuilds:
main: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: false
addLabel: false

0 comments on commit 40b2818

Please sign in to comment.