Skip to content

Commit

Permalink
use smarter affected logic (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Apr 1, 2020
1 parent 156f6f6 commit 98a8a16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"npmScope": "nx-example",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tslint.json": "*"
},
"tasksRunnerOptions": {
"default": {
Expand Down

0 comments on commit 98a8a16

Please sign in to comment.