diff --git a/package.json b/package.json index 4910a73bb..fad96ee55 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "private": true, "workspaces": [ + ".", "packages/*" ], "scripts": { @@ -19,5 +20,8 @@ "devDependencies": { "lerna": "^6.4.1", "@jupyterlab/builder": "^3.1.0" + }, + "nx": { + "includedScripts": [] } }