fix(workflows-sdk): Fix StepFunction typings and custom step name (#6468)
* fix(workflows=sdk): Fix StepFunction typings and custom step name * Create smart-nails-switch.md * fixes * fixes * fixes --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
72a17d6cd7
commit
f611865553
@@ -40,6 +40,6 @@
|
||||
"build": "rimraf dist && tsc --build",
|
||||
"watch": "tsc --build --watch",
|
||||
"test": "jest --runInBand --bail --forceExit",
|
||||
"test:run": "../../node_modules/.bin/ts-node ./src/utils/_test.ts"
|
||||
"test:run": "../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user