feat: Add types to the workflow conditional (#7979)
**What** Add typing to the when conditional workflow step FIXES CORE-2494
This commit is contained in:
@@ -39,6 +39,6 @@
|
||||
"build": "rimraf dist && tsc --build",
|
||||
"watch": "tsc --build --watch",
|
||||
"test": "jest --runInBand --bail --forceExit",
|
||||
"test:run": "../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
|
||||
"test:run": "../../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user