mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-26 22:26:17 +00:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"name": "build",
|
|
"description": "Builds and processes all application assets.",
|
|
"flags": [
|
|
{
|
|
"name": "env",
|
|
"description": "Sets the build environment.",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "js",
|
|
"description": "Only build JS assets.",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "docs",
|
|
"description": "Only build documentation.",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "dev",
|
|
"description": "Only transpile JS and process markup. Do not use prior to committing.",
|
|
"type": "string"
|
|
}
|
|
]
|
|
}
|