mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Include package.json when bundling for oss
This was causing issues for an external partner's build pipeline which expected each package to have its own package.json.
This commit is contained in:
@@ -33,6 +33,7 @@ for package in ${packages[@]}; do
|
||||
if [ -d $dir/dist ]; then
|
||||
package_name=$(basename $dir)
|
||||
cp -R $dir/dist/. ./forget-feedback/dist/$package_name
|
||||
cp $dir/package.json ./forget-feedback/dist/$package_name
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user