diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f95ac3c..715a52e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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