Skip to content

Commit

Permalink
publish and setup with commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Jul 18, 2024
1 parent 61049d2 commit ca726ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion apps/releaf/mobile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"sourceRoot": "apps/releaf/mobile/src",
"projectType": "application",
"targets": {
"setup": {},
"setup": {
"executor": "nx:run-commands",
"options": {
"commands": []
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
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 #18')
console.log('trigger build #19')

export default App;

0 comments on commit ca726ab

Please sign in to comment.