Skip to content

Commit

Permalink
fix(ci): add empty run script to app
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 1, 2023
1 parent c598fc6 commit 24573ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "standard | snazzy",
"lint:fix": "standard --fix | snazzy"
"lint:fix": "standard --fix | snazzy",
"test": "",
"build:docs": ""
},
"dependencies": {
"@meteorrn/core": "^2.4.0",
Expand Down

0 comments on commit 24573ed

Please sign in to comment.