소스 검색

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