Skip to content

Commit 2c7808f

Browse files
authored
fix(workflow): update NAPI bindings build commands for apps (#16042)
1 parent 7252123 commit 2c7808f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_release_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949

5050
- name: Rebuild NAPI bindings
5151
run: |
52-
pnpm --filter oxlint run build-dev
53-
pnpm --filter oxfmt run build-dev
52+
pnpm --filter oxlint-app run build-dev
53+
pnpm --filter oxfmt-app run build-dev
5454
5555
- name: Update Cargo.lock
5656
run: cargo check

0 commit comments

Comments
 (0)