diff --git a/package.json b/package.json index 9586123254..10aed64aaf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ }, "files": [], "workspaces": [ - "packages/*" + "packages/*", + "packages/examples/packages/*", + "packages/examples/packages/invoke-snap/packages/*" ], "scripts": { "build": "ts-bridge --project tsconfig.build.json --verbose", diff --git a/packages/examples/package.json b/packages/examples/package.json index 1a8560e165..24326601ba 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -19,9 +19,6 @@ "license": "(MIT-0 OR Apache-2.0)", "sideEffects": false, "files": [], - "workspaces": [ - "packages/*" - ], "scripts": { "build": "yarn workspaces foreach --worktree --parallel --verbose --no-private run build", "build:clean": "yarn clean && yarn build", diff --git a/packages/examples/packages/invoke-snap/package.json b/packages/examples/packages/invoke-snap/package.json index 71be50aae7..a4a670c16a 100644 --- a/packages/examples/packages/invoke-snap/package.json +++ b/packages/examples/packages/invoke-snap/package.json @@ -19,9 +19,6 @@ "license": "(MIT-0 OR Apache-2.0)", "sideEffects": false, "files": [], - "workspaces": [ - "packages/*" - ], "scripts": { "build": "yarn workspaces foreach --worktree --parallel --verbose run build", "build:clean": "yarn clean && yarn build",