Skip to content

Commit

Permalink
fix(eslint-plugin): disable package json peer dep updates during build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Dec 20, 2022
1 parent f2a399c commit a1d88a7
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 @@ -479,6 +479,7 @@
"tsConfig": "modules/eslint-plugin/tsconfig.build.json",
"packageJson": "modules/eslint-plugin/package.json",
"main": "modules/eslint-plugin/src/index.ts",
"updateBuildableProjectDepsInPackageJson": false,
"sourceMap": false,
"assets": [
"collection.json",
Expand Down

0 comments on commit a1d88a7

Please sign in to comment.