blackbaud-bobbyearl-angular-builders
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7
{ | ||
"name": "blackbaud-bobbyearl-angular-builders", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1-alpha.7", | ||
"scripts": { | ||
@@ -12,3 +12,3 @@ "build": "npm run clean && tsc -p tsconfig.json && node ./scripts/prepare-package.js", | ||
"builders": "builders.json", | ||
"schematics": "collection.json", | ||
"schematics": "./collection.json", | ||
"ng-add": { | ||
@@ -15,0 +15,0 @@ "save": "devDependencies" |
# @skyux-sdk/angular-builders | ||
## Installation | ||
`ng add blackbaud-bobbyearl-angular-builders` | ||
## Local setup | ||
@@ -4,0 +8,0 @@ |
@@ -10,4 +10,4 @@ "use strict"; | ||
return (tree, context) => { | ||
const project = options.project; | ||
const workspace = config_1.getWorkspace(tree); | ||
const project = options.project || workspace.defaultProject; | ||
const architect = workspace.projects[project].architect; | ||
@@ -14,0 +14,0 @@ if (!architect) { |
Sorry, the diff of this file is not supported yet
59935
14