Skip to content

Commit

Permalink
fix: wrote back start commands
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Jan 30, 2024
1 parent 1828455 commit 29acf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint \"./**/*.ts?(x)\" --fix",
"lint:check": "eslint \"./**/*.ts?(x)\"",
"prettier": "prettier --write \"**/*.(ts|tsx)\"",
Expand Down

0 comments on commit 29acf0c

Please sign in to comment.