Skip to content

Commit 89bdf9d

Browse files
fix: use bun run build from package directory
1 parent 3c2dccc commit 89bdf9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: bun test
3636

3737
- name: Build package
38-
run: bun build
38+
run: bun run build
39+
working-directory: packages/astro-gravatar
3940

4041
- name: Publish to npm
4142
run: npm publish --access public

0 commit comments

Comments
 (0)