diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 42ce87a..b093d9a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,10 +30,10 @@ jobs: cd ../ - name: Compile Database - run: yarn db:compile + run: cd db && yarn && yarn compile && cd ../ - name: Build - run: yarn start && TCGDEX_COMPILER_LANG=fr yarn start + run: yarn && yarn start && TCGDEX_COMPILER_LANG=fr yarn start - name: Upload run: yarn upload