Skip to content

Commit

Permalink
chore: replace Lerna with Nx (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored Oct 2, 2023
1 parent a943453 commit eb9617c
Show file tree
Hide file tree
Showing 54 changed files with 8,037 additions and 14,446 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"rules": {
"@typescript-eslint/no-invalid-void-type": "off",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/return-await": "off",
"class-methods-use-this": "off",
"import/no-duplicates": "off",
"import/prefer-default-export": "off",
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version=false
8 changes: 0 additions & 8 deletions lerna.json

This file was deleted.

22 changes: 22 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workspaceLayout": {
"libsDir": "packages/ts"
},
"affected": {
"defaultBase": "main"
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "build:esbuild", "build:dts", "build:copy"],
"parallel": 3
}
}
}
}
Loading

0 comments on commit eb9617c

Please sign in to comment.