From 4b3176e98eadb78bce6d0f3b4bd9fb13e480f170 Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Fri, 8 May 2020 10:11:30 +0800 Subject: [PATCH] feat: update init command... --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1b40f023..74542ff7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: yarn && yarn bs + - init: yarn && yarn bs && yarn build command: yarn watch # image: # file: .gitpod.Dockerfile