diff --git a/package.json b/package.json index 5063c9d..f3663e0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,12 @@ "repository": "git@github.com:cerc-io/laconic-registry-cli.git", "author": "", "license": "UNLICENSED", + "workspaces": { + "packages": [ + "src/*" + ] + }, + "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/js-yaml": "^4.0.5",