Skip to content

Commit

Permalink
ci: fix typo on build step
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Dec 16, 2024
1 parent 2d5ff05 commit 74cec96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm ci

- name: Build
run: npm build
run: npm run build

- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm ci

- name: Build
run: npm build
run: npm run build

- name: Publish package on npm
run: npm publish
Expand Down

0 comments on commit 74cec96

Please sign in to comment.