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:
Adrien de Peretti
2024-02-22 11:59:53 +01:00
committed by GitHub
co-authored by Oli Juhl
parent 72a17d6cd7
commit f611865553
6 changed files with 42 additions and 47 deletions
+1 -1
View File
@@ -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"
}
}