Skip to content

Commit 69c473f

Browse files
chore(example): add web script
1 parent 6b89dbe commit 69c473f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"android": "expo run:android",
88
"ios": "expo run:ios",
99
"start": "expo start",
10+
"web": "expo start --web",
1011
"prebuild": "expo prebuild",
1112
"build:android": "expo prebuild --platform android --clean && cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
1213
"build:ios": "expo prebuild --platform ios --clean && xcodebuild -workspace ios/EaseExample.xcworkspace -scheme EaseExample -configuration Debug -sdk iphonesimulator -arch x86_64 build"

0 commit comments

Comments
 (0)