fhswf / tagflip-autonlp

Automate NLP tasks
https://autonlp.informatik.fh-swf.de
MIT License
3 stars 2 forks source link

Use yarn 2 workspace instead of yalc #10

Closed cgawron closed 2 years ago

cgawron commented 2 years ago

Yarn 2 has a workspace feature which provides a similar functionality as yalc for internal dependencies.

By using these, the CI build just needs the following commands (no yalc publish before):

yarn install
yarn workspaces foreach -v run build