Skip to content

Commit

Permalink
Relocate Angular cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thitch97 authored and ForestEckhardt committed Aug 11, 2022
1 parent 52fa2ba commit cbcaf5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nodejs/angular-npm/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"cli":{
"cache": {
"path": "/tmp/.angular/cache"
}
},
"projects": {
"my-project-name": {
"projectType": "application",
Expand Down

0 comments on commit cbcaf5e

Please sign in to comment.