diff --git a/.github/workflows/npm-build-and-compile.yml b/.github/workflows/npm-build-and-compile.yml index 7f4c44c..b0c68e2 100644 --- a/.github/workflows/npm-build-and-compile.yml +++ b/.github/workflows/npm-build-and-compile.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: | - npm install -g yarn + cp ./source/config.example.json ./source/config.json yarn install yarn compile