Skip to content

Commit f516355

Browse files
committed
chore: stop daemons & remove cache
1 parent ea4d994 commit f516355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ corepack pnpm cache delete * --silent;
1818
rm -rf $(corepack pnpm store path);
1919
rm -rf $(vlt config get cache);
2020
rm -rf $(bun pm cache);
21+
nx daemon --stop >/dev/null;
2122
nx clear-cache >/dev/null;
2223
nx reset >/dev/null;
2324
rm -rf nx.json;

0 commit comments

Comments
 (0)