Skip to content

Commit

Permalink
perf(workflows/ci.yml): shorten time
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Sep 4, 2023
1 parent 2ae95fa commit 1345938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
cache-dependency-path: 'pnpm-lock.yaml'
node-version-file: '.nvmrc'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm build --filter=@suspensive/react --filter=@suspensive/react-query
- name: Run commands
run: ${{ matrix.command }}

0 comments on commit 1345938

Please sign in to comment.