소스 검색

remove test step from done

master
nitowa 2 년 전
부모
커밋
0a970e5b9c
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 4
    4
      .drone.yml
  2. 1
    1
      .npmignore

+ 4
- 4
.drone.yml 파일 보기

@@ -35,10 +35,10 @@ steps:
35 35
   - name: cache
36 36
     path: /cache
37 37
 
38
-- name: npm run test
39
-  image: node:12
40
-  commands:
41
-  - npm run test
38
+#- name: npm run test
39
+#  image: node:12
40
+#  commands:
41
+#  - npm run test
42 42
 
43 43
 - name: build docs
44 44
   image: node:12

+ 1
- 1
.npmignore 파일 보기

@@ -5,4 +5,4 @@ node_modules
5 5
 test
6 6
 .drone.yml
7 7
 .gitignore
8
-.tsconfig.json
8
+tsconfig.json

Loading…
취소
저장