浏览代码

chore: update gitpod

xiaoxian521 4 年之前
父节点
当前提交
71181b9d2b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .gitpod.yml

+ 1 - 2
.gitpod.yml

@@ -2,5 +2,4 @@ ports:
   - port: 3344
     onOpen: open-preview
 tasks:
-  - init: npm
-    command: npm serve
+  - init: npm install && npm run serve