Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/resetdeps.sh')
-rwxr-xr-xscripts/resetdeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/resetdeps.sh b/scripts/resetdeps.sh
index a8527f859..2362c2092 100755
--- a/scripts/resetdeps.sh
+++ b/scripts/resetdeps.sh
@@ -3,6 +3,7 @@ set -e
set -x
rm -rf node_modules
rm -rf docs/node_modules
+rm -rf smoke-tests/node_modules
rm -rf "workspaces/*/node_modules"
git checkout node_modules
node . i --ignore-scripts --no-audit --no-fund