From 6e2d6b45150793141f8aa1676cf08f41b149c003 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 25 Aug 2022 13:43:51 -0700 Subject: [PATCH] chore: run dep graph during reset --- scripts/resetdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/resetdeps.sh b/scripts/resetdeps.sh index 2362c2092a635..d73ce845888c7 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