This commit is contained in:
msuthar09 2022-12-06 15:51:08 -05:00
parent 3a3dc62708
commit 72105dfd77

View File

@ -40,7 +40,9 @@ jobs:
app_location: '/' # App source code path app_location: '/' # App source code path
api_location: '' # Api source code path - optional api_location: '' # Api source code path - optional
output_location: '' # Built app content directory - optional output_location: '' # Built app content directory - optional
app_build_command: 'pnpm build' # app_build_command: 'pnpm build'
# api_build_command: 'pnpm build'
skip_app_build: true
env: # Add environment variables here env: # Add environment variables here
IS_STATIC_EXPORT: true IS_STATIC_EXPORT: true
###### End of Repository/Build Configurations ###### ###### End of Repository/Build Configurations ######