Skip to content

Commit

Permalink
clean target and bootstrap from scratch (stripe#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe authored and arekkubaczkowski committed Jun 29, 2022
1 parent 177663c commit ccde80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"clean": "rm -rf node_modules && rm -rf example/node_modules && rm -rf example/ios/Pods",
"bootstrap": "yarn clean && yarn example && yarn && yarn pods",
"example:build:android:release": "cd example/android && ./gradlew assembleRelease ; cd -",
"e2e:build:android": "detox build --configuration android",
"e2e:build:ios": "detox build --configuration ios",
Expand Down

0 comments on commit ccde80f

Please sign in to comment.