diff --git a/features/scripts/build-common.sh b/features/scripts/build-common.sh index c6ce898d..3b403f75 100755 --- a/features/scripts/build-common.sh +++ b/features/scripts/build-common.sh @@ -17,6 +17,17 @@ npx lerna version 999.999.999 --no-git-tag-version --no-push --no-changelog --ye npm pack packages/*/ mv *.tgz features/fixtures/test-app +# rm -f package.json +# rm -f package-lock.json +# rm -f lerna.json +# rm -rf node_modules +# rm -rf packages +# rm -rf examples +rm -rf .git +shopt -s extglob +rm -rf !("features") +shopt -u extglob + cd features/fixtures/test-app # Install the bugsnag-expo-cli and run setup