Skip to content

Commit

Permalink
fix(builder): remove nrwl/devkit from builder implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 21, 2022
1 parent 6c39138 commit 3e27aef
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 248 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nx-migrate.yml
Expand Up @@ -59,9 +59,6 @@ jobs:
npx nx migrate @nrwl/workspace@$NX_VERSION
# Update the version of nx packages specified in the builder package
NX_VERSION=$NX_VERSION npx ts-node --project ./tsconfig.tools.json ./tools/scripts/update-builder-nx-deps.ts
# Sometimes Nx can require config formatting changes after a migrate command
yarn --ignore-scripts
npx nx format
Expand Down
7 changes: 0 additions & 7 deletions packages/builder/builders.json
@@ -1,12 +1,5 @@
{
"builders": {
"lint": {
"implementation": "./dist/compat",
"schema": "./dist/schema.json",
"description": "Run ESLint over a TypeScript project"
}
},
"executors": {
"lint": {
"implementation": "./dist/lint.impl.js",
"schema": "./dist/schema.json",
Expand Down
4 changes: 0 additions & 4 deletions packages/builder/package.json
Expand Up @@ -18,10 +18,6 @@
"builders.json"
],
"builders": "./builders.json",
"dependencies": {
"@nrwl/devkit": "^14.7.5",
"nx": "^14.7.5"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"typescript": "*"
Expand Down
5 changes: 0 additions & 5 deletions packages/builder/src/compat.ts

This file was deleted.

0 comments on commit 3e27aef

Please sign in to comment.