feat(orchestration,workflows): pipe oncomplete and workflow preparation (#4697)

* chore: pipe onComplete and workflow preparation step

* changeset

* fix: tests

---------

Co-authored-by: Adrien de Peretti <adrien.deperetti@gmail.com>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Carlos R. L. Rodrigues
2023-08-08 13:06:47 +02:00
committed by GitHub
co-authored by Adrien de Peretti Oli Juhl
parent d1e298f5dc
commit c0ca002901
11 changed files with 205 additions and 20 deletions
+1 -1
View File
@@ -36,6 +36,6 @@
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest --passWithNoTests"
"test": "jest"
}
}