mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"functions": {
|
|
"predeploy": [
|
|
"npm --prefix \"$RESOURCE_DIR\" run fetchConfig",
|
|
"npm --prefix \"$RESOURCE_DIR\" run lint",
|
|
"npm --prefix \"$RESOURCE_DIR\" run build"
|
|
]
|
|
}
|
|
}
|