We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9875508 commit 765375dCopy full SHA for 765375d
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
run: bun install
36
37
- name: Fake npx via bunx
38
- run: sudo ln -s $(which bunx) /usr/local/bin/npx
+ run: sudo rm /usr/local/bin/npx && sudo ln -s $(which bunx) /usr/local/bin/npx
39
40
- name: Generate TSDoc
41
uses: erikyo/tsdoc-action@v1
0 commit comments