17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"name": "build",
|
|
"description": "Builds and processes all application assets.",
|
|
"flags": [
|
|
{
|
|
"name": "env",
|
|
"description": "Sets the build environment.",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "watch",
|
|
"description": "Watches source files for changes and refreshes the bundles automatically.",
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
}
|