Skip to content

Commit 765375d

Browse files
author
xyzjesper
committed
Add remove
1 parent 9875508 commit 765375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: bun install
3636

3737
- name: Fake npx via bunx
38-
run: sudo ln -s $(which bunx) /usr/local/bin/npx
38+
run: sudo rm /usr/local/bin/npx && sudo ln -s $(which bunx) /usr/local/bin/npx
3939

4040
- name: Generate TSDoc
4141
uses: erikyo/tsdoc-action@v1

0 commit comments

Comments
 (0)