remove test step from done
This commit is contained in:
+4
-4
@@ -35,10 +35,10 @@ steps:
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
||||
- name: npm run test
|
||||
image: node:12
|
||||
commands:
|
||||
- npm run test
|
||||
#- name: npm run test
|
||||
# image: node:12
|
||||
# commands:
|
||||
# - npm run test
|
||||
|
||||
- name: build docs
|
||||
image: node:12
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ node_modules
|
||||
test
|
||||
.drone.yml
|
||||
.gitignore
|
||||
.tsconfig.json
|
||||
tsconfig.json
|
||||
Reference in New Issue
Block a user