Skip to content

Commit ef190df

Browse files
committed
fix issues
1 parent b36e858 commit ef190df

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ android/keystores/debug.keystore
6868

6969
# generated by bob
7070
lib/
71+
.vercel

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
engine-strict=false
2-
fund=false
1+
registry=https://registry.npmjs.org/

example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ web-build/
2121
# Environment
2222
.env
2323
.env.local
24+
.vercel

example/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"buildCommand": "npm install && npx expo export --platform web",
33
"outputDirectory": "dist",
44
"devCommand": "npx expo start --web",
5-
"installCommand": "cd .. && npm install && npx bob build && cd example && npm install",
65
"cleanUrls": true,
76
"trailingSlash": false,
87
"rewrites": [

0 commit comments

Comments
 (0)