Explorar el Código

remove test step from done

master
nitowa hace 2 años
padre
commit
0a970e5b9c
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 4
    4
      .drone.yml
  2. 1
    1
      .npmignore

+ 4
- 4
.drone.yml Ver fichero

@@ -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 fichero

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

Loading…
Cancelar
Guardar