Skip to content

Commit

Permalink
build: clean node modules on build (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Jun 28, 2021
1 parent 7cbae46 commit cb7cd72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
{
"command": "yarn tsc -p modules/store/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/store"
},
{
"command": "yarn mkdirp node_modules/@ngrx/store"
},
Expand Down Expand Up @@ -207,6 +210,9 @@
{
"command": "yarn tsc -p modules/effects/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/effects"
},
{
"command": "yarn mkdirp node_modules/@ngrx/effects"
},
Expand Down Expand Up @@ -309,6 +315,9 @@
{
"command": "yarn tsc -p modules/entity/tsconfig.schematics.json"
},
{
"command": "yarn rimraf node_modules/@ngrx/entity"
},
{
"command": "yarn mkdirp node_modules/@ngrx/entity"
},
Expand Down

0 comments on commit cb7cd72

Please sign in to comment.