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 a13d858 commit d6acf8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@ 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

- name:
run: cp config.example.json config.json

- name: Check eslint
run: pnpm build

0 comments on commit d6acf8d

Please sign in to comment.