build.json 213 B

1234567891011
  1. {
  2. "name": "build",
  3. "description": "Builds and processes all application assets.",
  4. "flags": [
  5. {
  6. "name": "env",
  7. "description": "Sets the build environment.",
  8. "type": "string"
  9. }
  10. ]
  11. }