Skip to content

Commit 7f840cd

Browse files
committed
fix run typo
1 parent f7f9c66 commit 7f840cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 20
2020

2121
- run: npm install
22-
- run: npm build
22+
- run: npm run build
2323

2424
- name: Publish to NPM
2525
run: |

0 commit comments

Comments
 (0)