Skip to content

Commit 7210b80

Browse files
authored
chore: fix npm build command (#24)
1 parent d9f16b8 commit 7210b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm install
3535

3636
- name: Build
37-
run: npm build
37+
run: npm run build
3838

3939
- name: Publish to NPM
4040
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)