@oasisdigital/ng-doc-portal-plugin
Version:
Nx plugin for adding the ng-doc-portal system to your nx workspace
21 lines (20 loc) • 709 B
JSON
{
"$schema": "http://json-schema.org/schema",
"executors": {
"build": {
"implementation": "./src/executors/build/executor",
"schema": "./src/executors/build/schema.json",
"description": "Compiles the doc-page system and builds the angular app"
},
"serve": {
"implementation": "./src/executors/serve/executor",
"schema": "./src/executors/serve/schema.json",
"description": "Compiles and watching the doc-page system and serves the angular app"
},
"compile": {
"implementation": "./src/executors/compile/executor",
"schema": "./src/executors/compile/schema.json",
"description": "A single compile of the doc-page system"
}
}
}