ngx-deploy-npm
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,3 +6,2 @@ "use strict"; | ||
const defaults_1 = require("./engine/defaults"); | ||
const publishableLibBuilder = '@angular-devkit/build-ng-packagr:build'; | ||
function getWorkspace(host) { | ||
@@ -52,5 +51,4 @@ const possibleFiles = ['/angular.json', '/.angular.json']; | ||
proj.architect && | ||
proj.architect.build && | ||
proj.architect.build.builder === publishableLibBuilder)); | ||
proj.architect.build)); | ||
} | ||
//# sourceMappingURL=ng-add.js.map |
@@ -50,3 +50,3 @@ "use strict"; | ||
build: { | ||
builder: '@angular-devkit/build-ng-packagr:build', | ||
builder: 'my-custom-builder', | ||
a: 'a', | ||
@@ -53,0 +53,0 @@ b: 'b' |
{ | ||
"name": "ngx-deploy-npm", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -208,3 +208,3 @@ # ngx-deploy-npm 🚀 | ||
A publishable library is one that can be built. Here we detect that if the library in the `angular.json` has the architect **build** with the builder `@angular-devkit/build-ng-packagr:build`. | ||
A publishable library is one that can be built. Here we detect that if the library in the `angular.json` has the architect **build**. | ||
@@ -222,3 +222,3 @@ The `angular.json` look like | ||
"build": { | ||
"builder": "@angular-devkit/build-ng-packagr:build", | ||
"builder": "any-builder-of-your-preference", | ||
"options": { | ||
@@ -225,0 +225,0 @@ "tsConfig": "libs/publishable-library/tsconfig.lib.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87706
751