From 47ccfea021a0334194988920ede55db145a5f8f5 Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Wed, 25 Sep 2019 03:30:51 +0100 Subject: [PATCH] Add 'repository.directory' to package manifests (#143) --- packages/core/package.json | 3 ++- packages/exec/package.json | 3 ++- packages/github/package.json | 3 ++- packages/io/package.json | 3 ++- packages/tool-cache/package.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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",