Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
ci: update install and build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Dec 18, 2023
1 parent 7ee7687 commit bed938f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm -r install
run: pnpm install

- name: Lint
run: pnpm lint
Expand All @@ -59,4 +59,4 @@ jobs:
run: pnpm test

- name: Build
run: pnpm -r run build
run: pnpm build

0 comments on commit bed938f

Please sign in to comment.