Skip to content

Commit e8caa78

Browse files
committed
⬆️ Add expo-cli as dev dependencie
1 parent ad2691c commit e8caa78

File tree

3 files changed

+6444
-175
lines changed

3 files changed

+6444
-175
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "yarn;expo build:web"
2+
command = "yarn;npx expo build:web"
33
publish = "/web-build"
44
base = "/"
55

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"eslint-plugin-jsx-a11y": "^6.4.1",
2828
"eslint-plugin-prettier": "^4.0.0",
2929
"eslint-plugin-react": "^7.25.1",
30+
"expo-cli": "^4.11.0",
3031
"nodemon": "^2.0.12",
3132
"prettier": "^2.3.2",
3233
"prettier-eslint": "^13.0.0",

0 commit comments

Comments
 (0)