Hopefully fixed dumb ci mistake
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
9946aaf001
commit
92a08a17af
1 changed files with 5 additions and 3 deletions
|
|
@ -3,13 +3,15 @@ pipeline:
|
|||
image: node:15-alpine3.13
|
||||
pull: true
|
||||
commands:
|
||||
- cd web && yarn install
|
||||
- cd web && yarn run build
|
||||
- cd web
|
||||
- yarn install
|
||||
- yarn run build
|
||||
|
||||
lint-frontend:
|
||||
image: node:15-alpine3.13
|
||||
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
|
||||
# test-backend:
|
||||
|
|
|
|||
Reference in a new issue