fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-09 21:39:02 +02:00
parent d1becabe18
commit c08137241c
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Sapphirecode Standard Changelog # Sapphirecode Standard Changelog
## 1.2.x
adapt to drone.io deployment
## 1.1.x ## 1.1.x
Require up to date changelog file in jenkins build Require up to date changelog file in jenkins build

View File

@ -20,7 +20,11 @@ steps:
- name: build - name: build
image: node:lts-alpine 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
`; `;

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/standard", "name": "@sapphirecode/standard",
"version": "1.1.10", "version": "1.2.0",
"main": "index.js", "main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>", "author": "Timo Hocker <timo@scode.ovh>",
"description": "standard files and scripts for sapphirecode modules", "description": "standard files and scripts for sapphirecode modules",