Skip to content

Commit

Permalink
trying debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Jul 11, 2024
1 parent 89c6c43 commit 5e436dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Empty file.
4 changes: 2 additions & 2 deletions apps/releaf/mobile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
],
"dependsOn": [],
"options": {
"tasks": ["bundleRelease"],
"mode": "release"
"tasks": ["bundleDebug"],
"mode": "debug"
}
},
"build-ios": {
Expand Down
2 changes: 1 addition & 1 deletion apps/releaf/mobile/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const App = () => {
return <Navigation></Navigation>;
};

console.log('trigger build #9')
console.log('trigger build #10')

export default App;

0 comments on commit 5e436dd

Please sign in to comment.