Skip to content

Instantly share code, notes, and snippets.

@shinyaoguri
Created July 25, 2022 01:19
Show Gist options
  • Save shinyaoguri/8de50235309393f0b75a1aa673e0f950 to your computer and use it in GitHub Desktop.
Save shinyaoguri/8de50235309393f0b75a1aa673e0f950 to your computer and use it in GitHub Desktop.

test-multi-mini-app

{
"functions": [
{
"source": "apps/app-hello",
"codebase": "app-hello",
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
},
{
"source": "apps/app-hello2",
"codebase": "app-hello2",
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
},
{
"source": "apps/app-hello3",
"codebase": "app-hello3",
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment