diff --git a/docker/development/eth-node/package.json b/docker/development/eth-node/package.json index 907e97484b5..aac0bb28d7d 100644 --- a/docker/development/eth-node/package.json +++ b/docker/development/eth-node/package.json @@ -12,6 +12,9 @@ "provision": "hardhat run scripts/provision.ts", "start": "hardhat node" }, + "workspaces": [ + "packages/**" + ], "dependencies": { "@nomicfoundation/hardhat-ethers": "3.0.5", "@unlock-protocol/contracts": "workspace:^",