Skip to content

Commit

Permalink
fix workflow missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 30, 2024
1 parent 3e39dca commit a13d858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'

- name: Make config
run: pnpm i
cache: 'cp config.example.json config.json'

- name: Install node dependencies
run: pnpm i

Expand Down

0 comments on commit a13d858

Please sign in to comment.