From 7a47ab75957588a254f040bc244e1d29f05657db Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Wed, 5 Aug 2020 19:22:54 +0200 Subject: [PATCH] Fix .gitpod.yml syntax (missing '-' in tasks) (#28) --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index ba45aaf..dfc7149 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: