Skip to content

Commit 6895e63

Browse files
committed
Revert "Replace nested workspace configuration with top-level configuration (MetaMask#3094)"
This reverts commit 95076bf.
1 parent a81cb0a commit 6895e63

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
},
99
"files": [],
1010
"workspaces": [
11-
"packages/*",
12-
"packages/examples/packages/*",
13-
"packages/examples/packages/invoke-snap/packages/*"
11+
"packages/*"
1412
],
1513
"scripts": {
1614
"build": "ts-bridge --project tsconfig.build.json --verbose",

packages/examples/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"license": "(MIT-0 OR Apache-2.0)",
2020
"sideEffects": false,
2121
"files": [],
22+
"workspaces": [
23+
"packages/*"
24+
],
2225
"scripts": {
2326
"build": "yarn workspaces foreach --worktree --parallel --verbose --no-private run build",
2427
"build:clean": "yarn clean && yarn build",

packages/examples/packages/invoke-snap/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"license": "(MIT-0 OR Apache-2.0)",
2020
"sideEffects": false,
2121
"files": [],
22+
"workspaces": [
23+
"packages/*"
24+
],
2225
"scripts": {
2326
"build": "yarn workspaces foreach --worktree --parallel --verbose run build",
2427
"build:clean": "yarn clean && yarn build",

0 commit comments

Comments
 (0)