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 6332510 commit b2949eeCopy full SHA for b2949ee
.github/workflows/size.yml
@@ -14,6 +14,10 @@ jobs:
14
run: bun install --frozen-lockfile
15
- name: Prepare wouter-preact (copy source files)
16
run: cd packages/wouter-preact && npm run prepublishOnly
17
+ - name: Symlink npm to bun
18
+ run: |
19
+ sudo ln -sf $(which bun) /usr/local/bin/npm
20
+ sudo ln -sf $(which bunx) /usr/local/bin/npx
21
- uses: andresz1/size-limit-action@v1
22
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments