mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 10:42:09 +00:00
Fix Pull (#5)
This commit is contained in:
parent
ed46262d44
commit
ad310dee62
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -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: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user