Browse Source

Update .gitpod.yml

Daniel 3 years ago
parent
commit
264918a6fb
1 changed files with 1 additions and 1 deletions
  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