Skip to content

Commit

Permalink
fix(client): npm script web typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Feb 2, 2025
1 parent 69cea54 commit d96c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"'eb": "expo start --'eb",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
Expand Down

0 comments on commit d96c6e5

Please sign in to comment.