Created
July 25, 2022 01:19
-
-
Save shinyaoguri/8de50235309393f0b75a1aa673e0f950 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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