Skip to content

Commit

Permalink
enga
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Aug 20, 2024
1 parent bf2bb0a commit 8b98687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ jobs:
node-version: lts/*

- name: Install
run: pnpm install --frozen-lockfile
run: pnpm -w install --frozen-lockfile
working-directory: packages/nimiq-vts

- name: Lint
run: pnpm -w run lint
run: pnpm run lint
working-directory: packages/nimiq-vts

- name: Typecheck
run: pnpm -w run typecheck
run: pnpm run typecheck --filter nimiq-vts
working-directory: packages/nimiq-vts

- name: Test
run: pnpm -w run test
run: pnpm run test --filter nimiq-vts
working-directory: packages/nimiq-vts

0 comments on commit 8b98687

Please sign in to comment.