Browse Source

remove test step from done

master
nitowa 2 years ago
parent
commit
0a970e5b9c
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      .drone.yml
  2. 1
    1
      .npmignore

+ 4
- 4
.drone.yml View File

@@ -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 View File

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

Loading…
Cancel
Save