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-08-25 23:43:51 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-26 01:02:40 +0300
commit6e2d6b45150793141f8aa1676cf08f41b149c003 (patch)
tree73b3e9a121bf947f93d721e300672f78116fa248
parentf4205e57d6c4ee5f2ff7d21ffc116ffc420d191e (diff)
chore: run dep graph during reset
-rwxr-xr-xscripts/resetdeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/resetdeps.sh b/scripts/resetdeps.sh
index 2362c2092..d73ce8458 100755
--- a/scripts/resetdeps.sh
+++ b/scripts/resetdeps.sh
@@ -8,4 +8,4 @@ rm -rf "workspaces/*/node_modules"
git checkout node_modules
node . i --ignore-scripts --no-audit --no-fund
node . rebuild --ignore-scripts
-node scripts/bundle-and-gitignore-deps.js
+node . run dependencies --ignore-scripts