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:
authorLuke Karrys <luke@lukekarrys.com>2022-04-08 18:24:56 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 00:20:48 +0300
commit672fce84b25ecbe58d311acfae6c43e5ca2d778d (patch)
tree39e8ac90263f4386284e8d93ef2bbe7f30a9f32a /scripts
parent3f7fe17d1ea743b3ce1f27b9156e9fa0e358a7df (diff)
chore: refactor smoke-tests
Diffstat (limited to 'scripts')
-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