How can i test master branch in local env?

I filed some issues and someone fixed it.I want to test if it works.I cloned the master code,but i can not yarn install simply and test it.And it seems hard to create a project and import the BJS master code.
Can you tell me how you test your master branch in your local env?

It’s been a while since I have done it. You can build the modules in the BJS repo and then yarn/npm install the local versions in order to test branches/PRs. Or use npm link (maybe yarn has equivilent) but I think thats more troublesome to switch between having a symlink and not.

For the local install, relative paths work ( in npm )

2 Likes

Yeah,it seems a good idea,i will try it now.Thanks!

Hello, just checking in, was your question answered? @Aze

1 Like

Yes,thanks~

1 Like