1
0

Update dependencies (#40)

This commit is contained in:
konrad
2019-12-15 20:42:40 +00:00
parent ce1a524429
commit 11d9aaae12
11 changed files with 1993 additions and 2431 deletions

View File

@ -14,7 +14,7 @@ steps:
pull: true
group: build-static
commands:
- yarn
- yarn --frozen-lockfile
- yarn run lint
- yarn run build
@ -34,7 +34,7 @@ steps:
pull: true
group: build-static
commands:
- yarn
- yarn --frozen-lockfile
- yarn run lint
- "echo '{\"VIKUNJA_API_BASE_URL\": \"/api/v1/\"}' > /drone/src/public/config.json" # Override config
- yarn run build
@ -89,7 +89,7 @@ steps:
pull: true
group: build-static
commands:
- yarn
- yarn --frozen-lockfile
- yarn run lint
- "echo '{\"VIKUNJA_API_BASE_URL\": \"/api/v1/\"}' > /drone/src/public/config.json" # Override config
- yarn run build