Skip to content

Commit 32ba2e8

Browse files
committed
fix: should remove inner packages node_modules first
1 parent af3bfd0 commit 32ba2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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)