mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"functions": {
|
|
"predeploy": [
|
|
"npm --prefix \"$RESOURCE_DIR\" run lint",
|
|
"npm --prefix \"$RESOURCE_DIR\" run build"
|
|
]
|
|
}
|
|
}
|