Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Fix: Incorporate ng-packagr-API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Nov 23, 2017
1 parent 5a46516 commit cd5c5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for (let i = 0, len = PACKAGES.length; i < len; i++) {
rimraf.sync(path.join(package, 'dist'));

tasks.push(ngPackagr
.ngPackage({ project })
.createNgPackage({ project })
.then(() => rimraf.sync(path.join(package, '.ng_build')))
.catch((err) => {
console.error(`Failed to package "${package}". Cause: `, err);
Expand Down

0 comments on commit cd5c5d1

Please sign in to comment.