Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen committed Dec 6, 2024
1 parent 791120e commit 1ac1432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: "20"

- name: Install dependencies
run: npm install:all
run: npm run install:all

- name: Checking Linting
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi
- name: Install dependencies
run: npm install:all
run: npm run install:all

- name: Checking Linting
run: npm run lint
Expand Down

0 comments on commit 1ac1432

Please sign in to comment.