Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 558 Bytes

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