Skip to content

Commit

Permalink
fix(schematics): disable package json peer dep updates during build (#…
Browse files Browse the repository at this point in the history
…3692)

Closes #3691
  • Loading branch information
brandonroberts authored Dec 2, 2022
1 parent 7194403 commit 9cfc103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@
"tsConfig": "modules/schematics/tsconfig.build.json",
"packageJson": "modules/schematics/package.json",
"main": "modules/schematics/src/index.ts",
"updateBuildableProjectDepsInPackageJson": false,
"sourceMap": false,
"assets": [
"collection.json",
Expand Down

0 comments on commit 9cfc103

Please sign in to comment.