Skip to content

Commit

Permalink
use --sig parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Nov 11, 2024
1 parent 94a7430 commit d7d00b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bump:v4": "cd example/ionic-angular-v4 && yalc link @sentry/capacitor && yalc add broken_module && yarn install --check-files && yarn run build && yarn bump:sample-pod && npx cap sync",
"bump:v3": "cd example/ionic-angular-v3 && yalc link @sentry/capacitor && yarn install --check-files && yarn run build && yarn bump:sample-pod && npx cap sync",
"bump:sample-vue": "cd example/ionic-vue3 && yalc link @sentry/capacitor && yarn install --check-files && ionic build && yarn run bump:sample-pod && npx cap sync",
"bump:samples": "yalc publish && yarn concurrently --kill-others-on-fail \"yarn run bump:v6\" \"yarn run bump:v5\" \"yarn run bump:v4\" \"yarn run bump:v3\" \"yarn run bump:sample-vue\""
"bump:samples": "yalc publish --sig && yarn concurrently --kill-others-on-fail \"yarn run bump:v6\" \"yarn run bump:v5\" \"yarn run bump:v4\" \"yarn run bump:v3\" \"yarn run bump:sample-vue\""
},
"keywords": [
"capacitor",
Expand Down

0 comments on commit d7d00b8

Please sign in to comment.