Skip to content

Commit

Permalink
delete everything?
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 3, 2024
1 parent 629afce commit 93b4d5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions features/scripts/build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b4d5d

Please sign in to comment.