From ca726abf5eb5c7f47ff3c3ed0fffba3a3939545b Mon Sep 17 00:00:00 2001 From: Andrew Parker Date: Wed, 17 Jul 2024 20:08:57 -0400 Subject: [PATCH] publish and setup with commands --- apps/releaf/mobile/project.json | 7 ++++++- apps/releaf/mobile/src/app/App.tsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/releaf/mobile/project.json b/apps/releaf/mobile/project.json index c61de5a..44d6b30 100644 --- a/apps/releaf/mobile/project.json +++ b/apps/releaf/mobile/project.json @@ -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": { diff --git a/apps/releaf/mobile/src/app/App.tsx b/apps/releaf/mobile/src/app/App.tsx index 1ad95af..d004185 100644 --- a/apps/releaf/mobile/src/app/App.tsx +++ b/apps/releaf/mobile/src/app/App.tsx @@ -5,6 +5,6 @@ export const App = () => { return ; }; -console.log('trigger build #18') +console.log('trigger build #19') export default App;