diff --git a/packages/core/package.json b/packages/core/package.json index da520049..151fbee4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/toolkit.git" + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/core" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", diff --git a/packages/exec/package.json b/packages/exec/package.json index ae6d0229..a57920ea 100644 --- a/packages/exec/package.json +++ b/packages/exec/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/toolkit.git" + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/exec" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", diff --git a/packages/github/package.json b/packages/github/package.json index 9667ca17..2ee3660b 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -21,7 +21,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/toolkit.git" + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/github" }, "scripts": { "test": "jest", diff --git a/packages/io/package.json b/packages/io/package.json index 1285a30d..3214676c 100644 --- a/packages/io/package.json +++ b/packages/io/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/toolkit.git" + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/io" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index b108cc5b..a9816ae0 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/toolkit.git" + "url": "git+https://github.com/actions/toolkit.git", + "directory": "packages/tool-cache" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1",