npx --yes -> bunx
This commit is contained in:
parent
abc73964e6
commit
d2bfddb5f4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/js.yml
vendored
4
.github/workflows/js.yml
vendored
|
|
@ -35,10 +35,10 @@ jobs:
|
|||
emd() { echo "$*" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
cmd() { echo "\$ $*" | tee -a "$GITHUB_STEP_SUMMARY"; "$@" | tee -a "$GITHUB_STEP_SUMMARY"; }
|
||||
emd '```console'
|
||||
cmd bunx --yes qnm doctor
|
||||
cmd bunx 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
|
||||
# run: bunx cost-of-modules --include-dev --no-install
|
||||
|
||||
# https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#example-workflow-that-runs-the-eslint-analysis-tool
|
||||
- name: eslint (sarif output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue