diff --git a/.drone.yml b/.drone.yml index 64c37c4..c174d09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,16 +5,10 @@ steps: - name: setup image: node:lts-alpine commands: - - apk add --no-cache curl - yarn - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js - name: build - image: node:lts-alpine - environment: - TOKEN: - from_secret: npm_token + image: registry:5000/node-build commands: - - echo "$TOKEN" > ~/.npmrc - - npm i -g typescript - node ci.js diff --git a/package.json b/package.json index f9a1b80..f06087e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/standard", - "version": "1.3.0", + "version": "1.3.1", "main": "index.js", "author": { "name": "Timo Hocker",