Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh authored Jul 10, 2020
1 parent ecca38d commit 8e8f89f
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,7 +1,7 @@
image:
file: .gitpod.Dockerfile
tasks:
- command: gp await-port 1338 && sleep 3 && gp preview $(gp url 1338)/sandbox/index-local.html
- command: gp await-port 1338 && sleep 3 && gp preview $(gp url 1338)/sandbox/public/index-local.html
- before: >
cd Tools/Gulp &&
npm i typescript [email protected] -g &&
Expand All @@ -11,4 +11,4 @@ ports:
- port: 1338
onOpen: ignore
- port: 3000
onOpen: ignore
onOpen: ignore

0 comments on commit 8e8f89f

Please sign in to comment.