js.yml forgot one npx -> bunx
This commit is contained in:
parent
b4dcd0b8af
commit
3b321a28d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
emd() { echo "$*" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
cmd() { echo "\$ $*" | tee -a "$GITHUB_STEP_SUMMARY"; "$*" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
emd '```console'
|
||||
cmd npx --yes qnm doctor
|
||||
cmd bunx --yes qnm doctor
|
||||
emd '```'
|
||||
# - name: dep-size cost-of-modules # this says total 8.37MB while du says 75MB...
|
||||
# run: npx --yes npx cost-of-modules --include-dev --no-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue