Switched back to non-overwrite

This commit is contained in:
Nicolai Ort 2020-12-13 13:12:10 +01:00
parent 32b92aa76d
commit 5647873ef4
2 changed files with 31 additions and 3 deletions

View File

@ -8,7 +8,6 @@ steps:
commands: commands:
- git clone https://git.odit.services/lfk/backend backend - git clone https://git.odit.services/lfk/backend backend
- cd backend - cd backend
- git checkout feature/31-lib_generation
- name: run lib build - name: run lib build
image: node:alpine image: node:alpine
commands: commands:
@ -16,7 +15,7 @@ steps:
- yarn - yarn
- yarn lib - yarn lib
- cd .. - cd ..
# - npm --no-git-tag-version version ${SOURCE_TAG} - npm --no-git-tag-version version ${SOURCE_TAG}
- name: prepare_commit - name: prepare_commit
image: alpine image: alpine
commands: commands:
@ -42,7 +41,7 @@ steps:
trigger: trigger:
event: event:
include: exclude:
- push - push
# --- # ---

29
node_modules/@odit/lfk-client/package.json generated vendored Normal file
View File

@ -0,0 +1,29 @@
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
"version": "0.0.2",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.ts",
"repository": {
"type": "git",
"url": "git+https://git.odit.services/lfk/lib"
},
"keywords": [
"odit",
"odit.services",
"lfk"
],
"author": "ODIT.Services",
"files": [
"**/dist",
"package.json",
"README.md"
],
"directories":{
"lib": "lib"
},
"bugs": {
"url": "https://git.odit.services/lfk/lib/issues"
},
"homepage": "https://git.odit.services/lfk/lib/"
}