jupyterlab / extension-cookiecutter-ts

A cookiecutter recipe for JupyterLab extensions in Typescript
BSD 3-Clause "New" or "Revised" License
179 stars 88 forks source link

Add yarn config #291

Closed trungleduc closed 1 year ago

trungleduc commented 1 year ago

Add missing configuration for yarn 3. The configs are copied from JupyterLab

brichet commented 1 year ago

@trungleduc maybe these changes should be included with an update to jupyterlab>=4.0.0a37. The yarn version in the tests is still 1.22.19: https://github.com/jupyterlab/extension-cookiecutter-ts/actions/runs/4500062471/jobs/7918708203?pr=291#step:3:438 I can handle it if you want.

trungleduc commented 1 year ago

@trungleduc maybe these changes should be included with an update to jupyterlab>=4.0.0a37. The yarn version in the tests is still 1.22.19: https://github.com/jupyterlab/extension-cookiecutter-ts/actions/runs/4500062471/jobs/7918708203?pr=291#step:3:438 I can handle it if you want.

Thanks @brichet, that would be great, I don't really understand how yarn 3 work 😵‍💫

trungleduc commented 1 year ago

Closing it in favor of #293