adapt new ci script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-08-04 13:47:41 +02:00
parent 32d4902f6c
commit 681a0874e2
2 changed files with 2 additions and 8 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/standard",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",
"author": {
"name": "Timo Hocker",