Skip to content

Commit

Permalink
ci: "intall" word error,should "install" (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
long36708 authored Jul 8, 2024
1 parent d92f995 commit 47403c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: pnpm run intall, build
- name: pnpm run install, build
run: |
pnpm run init
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: pnpm run intall, build
- name: pnpm run install, build
run: |
pnpm run init
Expand Down

0 comments on commit 47403c1

Please sign in to comment.