diff --git a/.drone.yml b/.drone.yml index 21a4a89..0048113 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.npmignore b/.npmignore index ca6fbe2..4cdc495 100644 --- a/.npmignore +++ b/.npmignore @@ -5,4 +5,4 @@ node_modules test .drone.yml .gitignore -.tsconfig.json \ No newline at end of file +tsconfig.json \ No newline at end of file