Bläddra i källkod

chore: update gitpod

xiaoxian521 4 år sedan
förälder
incheckning
71181b9d2b
1 ändrade filer med 1 tillägg och 2 borttagningar
  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