Skip to content

Commit 8b181d3

Browse files
committed
ci: likely hitting that bun bug
1 parent a897209 commit 8b181d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
bun add $NPM_DEPS
6565
fi
6666
if [ -n "$JSR_DEPS" ]; then
67-
bunx jsr add $(echo $JSR_DEPS | sed 's/^jsr://')
67+
bun x jsr add $(echo $JSR_DEPS | sed 's/^jsr://')
6868
fi
6969
bun test
7070
done

0 commit comments

Comments
 (0)