Skip to content

Commit 3a0b2ca

Browse files
committed
📦 Package: Update Scripts
1 parent e4a28a6 commit 3a0b2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"example": "yarn --cwd example",
3131
"pods": "cd example && pod-install --quiet",
3232
"bootstrap": "yarn example && yarn && yarn pods",
33-
"build": "yarn run typescript && yarn run bob build && cd example/ios && pod install && xcodebuild -workspace IosContextMenuExample.xcworkspace -scheme IosContextMenuExample",
33+
"build": "yarn run lint && yarn run typescript && yarn run bob build && cd example/ios && pod install && xcodebuild -workspace IosContextMenuExample.xcworkspace -scheme IosContextMenuExample",
34+
"build-and-run": "yarn run build && yarn run run-debug && yarn run run-release",
3435
"run-release": "cd example && npx react-native run-ios --simulator \"iPhone 8\" --configuration Release",
3536
"run-debug": "cd example && npx react-native run-ios --simulator \"iPhone 8\" --configuration Debug"
3637
},

0 commit comments

Comments
 (0)