Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Remove npm list --all call
Browse files Browse the repository at this point in the history
This removes the "npm list --all" call I added earlier to reduce test
output.
  • Loading branch information
willkg committed Dec 23, 2024
1 parent 87129c9 commit 15307af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ allowlist_externals =
npm
commands_pre =
npm install --no-save [email protected] [email protected]
npm list --all
# Contrary to the tox docs, setenv's changes to $PATH are not visible inside
# any commands we call. I hack around this with env:
commands =
Expand Down

0 comments on commit 15307af

Please sign in to comment.