Skip to content

Commit

Permalink
fix: use pnpm equivalent for npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 3, 2024
1 parent fe98e1d commit 1d7f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
- name: Publish
Expand Down

0 comments on commit 1d7f914

Please sign in to comment.