Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn workspaces, keep select packages for now #1216

Closed

Conversation

mikedotexe
Copy link

@mikedotexe mikedotexe commented Oct 11, 2024

Got the select packages compiling to CommonJS and ESM.

There are probably some more issues to address, but this branch is an effort for a fresh start. It's pointing to a local near-api-js. I'll keep this as a draft in case others wish to compile these (and potentially work through what surfaces)

I have my local near-api-js pointed to this branch:
near/near-api-js#1394

Try it

nvm use --lts
npm i -g yarn
yarn set version berry
yarn -v

You should see a version greater than 1, currently it's at 4.5.0.

yarn
yarn workspaces foreach --all -t run compile:cjs
yarn workspaces foreach --all -t run compile:esm

@mikedotexe mikedotexe marked this pull request as draft October 11, 2024 08:07
@mikedotexe
Copy link
Author

moved effort to https://github.com/mikedotexe/mallet-selector

@mikedotexe mikedotexe closed this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

1 participant