mirror of
https://github.com/rowyio/rowy.git
synced 2026-05-18 05:05:28 +02: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"
|
|
]
|
|
}
|
|
}
|