mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
toolrunner should which tool before invoking (#220)
This commit is contained in:
+1
-2
@@ -9,8 +9,7 @@
|
||||
"format-check": "prettier --check packages/**/*.ts",
|
||||
"lint": "eslint packages/**/*.ts",
|
||||
"new-package": "scripts/create-package",
|
||||
"test": "jest",
|
||||
"test-ci": "jest --testPathIgnorePatterns=\"<rootDir>/packages/exec/__tests__/exec.test.ts\""
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.11",
|
||||
|
||||
Reference in New Issue
Block a user