mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +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"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|