Install deps in pipeline
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing

This commit is contained in:
2022-03-19 01:41:44 +03:00
parent 7e31449bd2
commit 3d3d145072
3 changed files with 1067 additions and 26 deletions

View File

@@ -1,3 +1,26 @@
kind: pipeline
type: ssh
name: install dependencies
clone:
disable: true
server:
host: 192.168.1.54
user: pi
password:
from_secret: password
steps:
- name: install
commands:
- cd ~/warframe-center
- git fetch --all
- git reset --hard origin/monorepo
- npm ci
---
kind: pipeline
type: docker
name: default

1067
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,8 @@
"react-moment": "^1.1.1",
"reset-css": "^5.0.1",
"sass": "^1.49.9",
"shared-stuff": "file:../shared-stuff"
"shared-stuff": "file:../shared-stuff",
"sharp": "^0.30.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",