Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Mar 19, 2022
1 parent 9e91b91 commit 1a90fb7
Show file tree
Hide file tree
Showing 4 changed files with 2,352 additions and 2,175 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"architect": {
"build": {
"builder": "@nrwl/node:build",
"builder": "@nrwl/node:webpack",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/apps/api",
Expand All @@ -30,7 +30,7 @@
}
},
"serve": {
"builder": "@nrwl/node:execute",
"builder": "@nrwl/node:node",
"options": {
"buildTarget": "api:build"
}
Expand Down
2 changes: 1 addition & 1 deletion decorate-angular-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function symlinkNgCLItoNxCLI() {

try {
symlinkNgCLItoNxCLI();
require('@nrwl/cli/lib/decorate-cli').decorateCli();
require('nx/src/cli/decorate-cli').decorateCli();
output.log({
title: 'Angular CLI has been decorated to enable computation caching.',
});
Expand Down
Loading

0 comments on commit 1a90fb7

Please sign in to comment.