Ver código fonte

remove test step from done

master
nitowa 2 anos atrás
pai
commit
0a970e5b9c
2 arquivos alterados com 5 adições e 5 exclusões
  1. 4
    4
      .drone.yml
  2. 1
    1
      .npmignore

+ 4
- 4
.drone.yml Ver arquivo

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar