Fix use of yarn pack
#1019
Labels
⚙️ technical
Technical improvements, maintenance or other issues that are not directly linked to a feature
Milestone
We currently have a folder called
node_modules
in our dist for when a package is built. This folder contains the version of our packages used internally which is needed for components in our library.We have hit an unfortunate snag where
yarn pack
ignores any folder namednode_modules
when packing, making its tarballs broken.Investigate the following options:
yarn pack
.node_modules
folder to something else?yarn pack
cant be fixed. Remove the scriptpack:react
in our rootThe text was updated successfully, but these errors were encountered: