@dev-thought/nx-deploy-it
Version:
[](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [](http://opensource.
16 lines (15 loc) • 468 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/architect/src/builders-schema.json",
"builders": {
"deploy": {
"implementation": "./src/builders/deploy/builder",
"schema": "./src/builders/deploy/schema.json",
"description": "deploy infrastructure"
},
"destroy": {
"implementation": "./src/builders/destroy/builder",
"schema": "./src/builders/destroy/schema.json",
"description": "Destroy infrstructure"
}
}
}