diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb390b6..5d54dbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,5 +18,7 @@ jobs: node-version: '18' - name: Install dependencies run: npm install + - name: Setup config.json file + run: cp server/config.template.json config.json - name: Run build run: npm run build