yarn out doesn't work
agriffis opened this issue · 2 comments
agriffis commented
When I try to run yarn out
it says
yarn run v1.22.19
$ yarn populatedocs && yarn populatereadme && yarn immutable && yarn build
$ cd ../rambda-scripts && yarn populate:docs
$ RAMBDA_SCRIPTS_MODE=populate:docs jest src/apply-rambda-scripts.spec.ts
● Validation Error:
Preset ts-jest not found.
Configuration Documentation:
https://jestjs.io/docs/configuration
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It seems that running yarn add -D ts-jest
in the scripts repo fixes it, for me.
selfrefactor commented
oops. let me have a look
selfrefactor commented
this one is fixed now, thanks for the report.