diff options
Diffstat (limited to 'node_modules/@actions/core/package.json')
-rw-r--r-- | node_modules/@actions/core/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json index 1f3824d..1558268 100644 --- a/node_modules/@actions/core/package.json +++ b/node_modules/@actions/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.10.0", + "version": "1.10.1", "description": "Actions core lib", "keywords": [ "github", @@ -30,7 +30,7 @@ "scripts": { "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", "test": "echo \"Error: run tests from root\" && exit 1", - "tsc": "tsc" + "tsc": "tsc -p tsconfig.json" }, "bugs": { "url": "https://github.com/actions/toolkit/issues" @@ -43,4 +43,4 @@ "@types/node": "^12.0.2", "@types/uuid": "^8.3.4" } -} +}
\ No newline at end of file |