Skip to content

Commit

Permalink
Add commands to also update Pods to npm install postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jul 2, 2024
1 parent f84d787 commit d0cfb6d
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 @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"postinstall": "patch-package && pushd ios/App && bundle exec pod install && popd",
"start": "vite",
"build": "vite build",
"sync": "npm run build && cap sync",
Expand Down

0 comments on commit d0cfb6d

Please sign in to comment.