Add 'repository.directory' to package manifests (#143)

This commit is contained in:
Harry Marr
2019-09-25 03:30:51 +01:00
committed by Bryan MacFarlane
parent 46bd5e54fd
commit 47ccfea021
5 changed files with 10 additions and 5 deletions

View File

@@ -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",