{
  "agents": {
    "predeploy": [
      "rm -rf dist",
      "npm run lint",
      "npm run build"
    ]
  }
}
