Skip to content

Commit 80e25f9

Browse files
committed
Fix yarn foreach statements for yarn v4
1 parent 1fe383d commit 80e25f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Jürg Lehni <[email protected]> (http://scratchdisk.com)",
88
"license": "MIT",
99
"scripts": {
10-
"foreach": "yarn workspaces foreach --parallel --interlaced --verbose --exclude dito",
10+
"foreach": "yarn workspaces foreach --all --parallel --interlaced --verbose --exclude dito",
1111
"clean": "yarn run foreach run clean",
1212
"build": "yarn run foreach --topological run build",
1313
"watch": "yarn run foreach --jobs 2 run watch",

0 commit comments

Comments
 (0)