We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b4a6e commit d0e2b2bCopy full SHA for d0e2b2b
package.json
@@ -34,9 +34,9 @@
34
"install:all": "yarn workspaces focus --all",
35
"upgrade:all": "yarn workspaces foreach --all exec yarn up \"@lit-protocol/*@latest\"",
36
"upgrade:all:alpha": "yarn workspaces foreach --all exec yarn up \"@lit-protocol/*@alpha\"",
37
- "clean": "rimraf node_modules && yarn workspaces foreach exec rimraf node_modules"
+ "clean": "yarn workspaces foreach --all exec rimraf node_modules && yarn rimraf node_modules"
38
},
39
"devDependencies": {
40
"rimraf": "^6.0.1"
41
}
42
-}
+}
0 commit comments