Hopefully fixed dumb ci mistake
continuous-integration/drone the build was successful Details

pull/62/head
Jef Roosens 2021-05-01 21:29:17 +02:00
parent 9946aaf001
commit 92a08a17af
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 5 additions and 3 deletions

View File

@ -3,13 +3,15 @@ pipeline:
image: node:15-alpine3.13 image: node:15-alpine3.13
pull: true pull: true
commands: commands:
- cd web && yarn install - cd web
- cd web && yarn run build - yarn install
- yarn run build
lint-frontend: lint-frontend:
image: node:15-alpine3.13 image: node:15-alpine3.13
commands: commands:
- cd web && yarn run lint - cd web
- yarn run lint
# Backend cicd jobs are disabled until we can figure out a way to cache stuff # Backend cicd jobs are disabled until we can figure out a way to cache stuff
# test-backend: # test-backend: