Skip to content

Commit

Permalink
⚙️ Chore: Update Package Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 16, 2024
1 parent 9e6ff49 commit b18fc1e
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 @@ -56,7 +56,7 @@
"nuke:all": "yarn run nuke:node-modules ; yarn run nuke:example-pods",
"update-dep": "yarn add react-native-ios-utilities --dev ; cd example ; yarn add react-native-ios-utilities ; cd .. ; yarn run update-dep:pods",
"update-dep:next": "yarn add react-native-ios-utilities@next --dev ; cd example ; yarn add react-native-ios-utilities@next ; cd .. ; yarn run update-dep:pods",
"update-dep:pods": "yarn run nuke:example-pods ; cd example/ios ; pod install --repo-update ; pod update DGSwiftUtilities ComputableLayout AdaptiveModal ContextMenuAuxiliaryPreview VisualEffectBlurView ; cd ../.. ; yarn run pod-install",
"update-dep:pods": "cd example/ios ; pod install --repo-update ; pod update DGSwiftUtilities ComputableLayout AdaptiveModal ContextMenuAuxiliaryPreview VisualEffectBlurView ; cd ../.. ; yarn run pod-install",
"initialize": "yarn install ; cd example ; yarn install; cd .. ; yarn run pod-install",
"initialize:reset": "yarn run nuke:all && yarn run initialize"
},
Expand Down

0 comments on commit b18fc1e

Please sign in to comment.