Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hulk510 committed Jan 17, 2024
1 parent e312d7b commit 0de7edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: pnpm
- name: Install Dependencies
id: install
run: pnpm install --forzen-lockfile
run: pnpm install --frozen-lockfile

- name: Build dist/ Directory
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install Dependencies
id: pnpm-install
run: pnpm install --fozen-lockfile
run: pnpm install --frozen-lockfile

- name: Check Format
id: pnpm-format-check
Expand Down

0 comments on commit 0de7edf

Please sign in to comment.