Skip to content

seantiz/turbo-changed-packages

 
 

Repository files navigation

This is the package powering the GitHub action we use to determine which of our services have changed in each PR. We use that information to build only the changed packages rather than all services.

Troubleshooting

If you get the following error when running npm run package:

Error: error:0308010C:digital envelope routines::unsupported

There is an issue here for this error: webpack/webpack#14532

A workaround is to set the following environment variable:

export NODE_OPTIONS=--openssl-legacy-provider

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • JavaScript 10.6%