We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2691c commit e8caa78Copy full SHA for e8caa78
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
- command = "yarn;expo build:web"
+ command = "yarn;npx expo build:web"
3
publish = "/web-build"
4
base = "/"
5
package.json
@@ -27,6 +27,7 @@
27
"eslint-plugin-jsx-a11y": "^6.4.1",
28
"eslint-plugin-prettier": "^4.0.0",
29
"eslint-plugin-react": "^7.25.1",
30
+ "expo-cli": "^4.11.0",
31
"nodemon": "^2.0.12",
32
"prettier": "^2.3.2",
33
"prettier-eslint": "^13.0.0",
0 commit comments