Skip to content

Commit

Permalink
⬆️ Add expo-cli as dev dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Sep 6, 2021
1 parent ad2691c commit e8caa78
Show file tree
Hide file tree
Showing 3 changed files with 6,444 additions and 175 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "yarn;expo build:web"
command = "yarn;npx expo build:web"
publish = "/web-build"
base = "/"

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"expo-cli": "^4.11.0",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
Expand Down
Loading

0 comments on commit e8caa78

Please sign in to comment.