Parcourir la source

chore: update gitpod

xiaoxian521 il y a 4 ans
Parent
commit
71181b9d2b
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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