Skip to content

Commit

Permalink
ci: return --non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybravos authored Apr 21, 2024
1 parent d9eeb33 commit f9d96e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"apk": "eas build -p android --profile preview",
"apk": "eas build -p android --profile preview --non-interactive",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w",
"android": "expo start --android",
Expand Down

0 comments on commit f9d96e7

Please sign in to comment.