Fix Pull (#5)

This commit is contained in:
2021-04-20 18:34:42 +02:00
committed by GitHub
parent ed46262d44
commit ad310dee62

View File

@ -28,11 +28,11 @@ jobs:
- name: Pull Distribution
working-directory: ./dist
run: git pull
run: git pull --rebase
- name: Compile Database
working-directory: ./db
run: git pull && yarn && yarn compile
run: git pull --rebase && yarn && yarn compile
- name: Build
working-directory: ./