nicer md for job summary
This commit is contained in:
parent
2380d24e60
commit
ef94943ee8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/js.yml
vendored
4
.github/workflows/js.yml
vendored
|
|
@ -23,8 +23,10 @@ jobs:
|
|||
run: npx --yes howfat -d -p --reporter table --sort size-
|
||||
- name: dep-size qnm (flat list as in node_modules)
|
||||
run: |
|
||||
echo 'npx --yes qnm doctor' >> "$GITHUB_STEP_SUMMARY"
|
||||
echo '```console' >> "$GITHUB_STEP_SUMMARY"
|
||||
echo '$ npx --yes qnm doctor' >> "$GITHUB_STEP_SUMMARY"
|
||||
npx --yes qnm doctor | tee -a "$GITHUB_STEP_SUMMARY"
|
||||
echo '```' >> "$GITHUB_STEP_SUMMARY"
|
||||
# - 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