Skip to content

Commit

Permalink
feat(core): use smart affected for new workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed Apr 4, 2021
1 parent 2eadc30 commit 3f48258
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,11 @@ Object {
},
"implicitDependencies": Object {
".eslintrc.json": "*",
"nx.json": "*",
"package.json": Object {
"dependencies": "*",
"devDependencies": "*",
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"workspace.json": "*",
},
"npmScope": "npmScope",
"projects": Object {},
Expand Down
5 changes: 1 addition & 4 deletions packages/workspace/src/generators/workspace/files/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
"defaultBase": "<%= defaultBase %>"
},
"implicitDependencies": {
"<%= workspaceFile %>.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
"nx.json": "*"
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
Expand Down
3 changes: 0 additions & 3 deletions packages/workspace/src/generators/workspace/workspace.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ describe('@nrwl/workspace:workspace', () => {
defaultBase: 'master',
},
implicitDependencies: {
'workspace.json': '*',
'package.json': {
dependencies: '*',
devDependencies: '*',
},
'tsconfig.base.json': '*',
'tslint.json': '*',
'.eslintrc.json': '*',
'nx.json': '*',
},
tasksRunnerOptions: {
default: {
Expand Down

0 comments on commit 3f48258

Please sign in to comment.