Skip to content

Commit 61be446

Browse files
committed
Add export command
1 parent 3673682 commit 61be446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"android": "expo start --android",
99
"ios": "expo start --ios",
1010
"web": "expo start --web",
11+
"build": "expo export --platform web",
1112
"test": "jest --watchAll",
1213
"lint": "expo lint"
1314
},

0 commit comments

Comments
 (0)