Skip to content

Commit d0e2b2b

Browse files
committed
fix: should remove inner packages node_modules first
1 parent 47b4a6e commit d0e2b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"install:all": "yarn workspaces focus --all",
3535
"upgrade:all": "yarn workspaces foreach --all exec yarn up \"@lit-protocol/*@latest\"",
3636
"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"
37+
"clean": "yarn workspaces foreach --all exec rimraf node_modules && yarn rimraf node_modules"
3838
},
3939
"devDependencies": {
4040
"rimraf": "^6.0.1"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)