Skip to content

Commit

Permalink
Fix .gitpod.yml syntax (missing '-' in tasks) (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Aug 5, 2020
1 parent 3a346a6 commit 7a47ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tasks:
init: |
- init: |
npm install
npm run build
npm install http-server && node_modules/http-server/bin/http-server
command: |
command: |
gp preview http://localhost:8080
github:
Expand Down

0 comments on commit 7a47ab7

Please sign in to comment.