浏览代码

Update .gitpod.yml

Daniel 3 年之前
父节点
当前提交
264918a6fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitpod.yml

+ 1 - 1
.gitpod.yml

@@ -1,6 +1,6 @@
 tasks:
   - init: npm install
-    command: npm run dev
+    command: npx gulp
 ports:
   - port: 3000
     onOpen: open-preview