use npm token
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-07-09 21:35:32 +02:00
parent d3434ab10b
commit d1becabe18

View File

@ -10,7 +10,11 @@ steps:
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build - name: build
image: npm-deploy image: node:lts-alpine
environment:
TOKEN:
from_secret: npm_token
commands: commands:
- echo "$TOKEN" > ~/.npmrc
- npm i -g typescript - npm i -g typescript
- node ci.js - node ci.js