Skip to content

Commit a97d730

Browse files
committed
test: github action test
1 parent fab5abe commit a97d730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
node-version: 22
2727
cache: pnpm
2828
- name: Install Dependencies
29-
run: pnpm install
29+
run: pnpm install
3030
- name: Build
31-
run: pnpm build
31+
run: pnpm image-editor build
3232
- name: Publish
3333
run: pnpm publish
3434
env:

0 commit comments

Comments
 (0)