We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d72f31 commit 6633e6cCopy full SHA for 6633e6c
.nx/nxw.js
fixtures/run/package.json
@@ -9,5 +9,6 @@
9
"devDependencies": {
10
"nx": "20.3.1",
11
"turbo": "^2.3.3"
12
- }
+ },
13
+ "nx": {}
14
}
nx
nx.bat
nx.json
scripts/clean.sh
@@ -17,6 +17,9 @@ corepack yarn@latest cache clean --all;
17
corepack pnpm cache delete *;
18
rm -rf $(vlt config get cache);
19
rm -rf $(bun pm cache);
20
+rm -rf nx.json;
21
+rm -rf .nx;
22
+rm -rf .turbo;
23
deno clean;
24
npm pkg delete packageManager;
25
git add .;
0 commit comments