diff --git a/package.json b/package.json index 99c095e..920a619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "private": false, "version": "0.4.0-alpha.1", + "workspaces": [ + "packages/*" + ], "scripts": { "postinstall": "npm run build", "dev": "vite-node ./scripts/dev.ts",