Skip to content

Commit

Permalink
⚙️ Chore: Update Package Config
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
dominicstop committed Dec 30, 2022
1 parent 6fa3dbf commit 2354ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"build": "yarn run lint && yarn run typescript && yarn run bob build && cd example/ios && pod install && xcodebuild -workspace IosContextMenuExample.xcworkspace -scheme IosContextMenuExample",
"build": "yarn run lint && yarn run typescript && yarn run bob build && cd example/ios && pod install && xcodebuild -workspace IosModalExample.xcworkspace -scheme IosModalExample -destination 'generic/platform=iOS'",
"build-and-run": "yarn run build && yarn run run-debug && yarn run run-release",
"run-release": "cd example && npx react-native run-ios --simulator \"iPhone 8\" --configuration Release",
"run-debug": "cd example && npx react-native run-ios --simulator \"iPhone 8\" --configuration Debug"
Expand Down Expand Up @@ -97,7 +97,7 @@
],
"rules": {
"prettier/prettier": [
"warning",
"warn",
{
"quoteProps": "consistent",
"singleQuote": true,
Expand Down

0 comments on commit 2354ed2

Please sign in to comment.