Skip to content

Commit a185408

Browse files
fix build
1 parent 795d6ea commit a185408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-every-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
run: npm install
2121

2222
- name: Build
23-
run: npm build
23+
run: npm run build
2424

2525
- run: npx pkg-pr-new publish --template '.'

0 commit comments

Comments
 (0)