From 15ccf6716fba1d017b47ee1e35fd94739538c585 Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 20 Apr 2021 15:42:25 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 00dfbe1..42ce87a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,10 @@ jobs: node-version: '14.x' - name: Pull submodules - run: git pull --recurse-submodules=yes + run: | + cd db && git pull + cd ../dist && git pull + cd ../ - name: Compile Database run: yarn db:compile