Skip to content

Commit

Permalink
fix(linter): fix typo that breaks e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 16, 2023
1 parent d9759fc commit 6032e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/linter"
"directory": "packages/eslint"
},
"keywords": [
"Monorepo",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"add-extra-dependencies": {
"command": "node ./scripts/add-dependency-to-build.js eslint @nrwl/eslint"
"command": "node ./scripts/add-dependency-to-build.js eslint @nx/linter @nrwl/linter"
},
"lint": {}
},
Expand Down

0 comments on commit 6032e22

Please sign in to comment.