Skip to content

Commit

Permalink
chore: replace Lerna with Nx (1.3) (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored Oct 2, 2023
1 parent d67b169 commit 84b981d
Show file tree
Hide file tree
Showing 61 changed files with 7,699 additions and 34,721 deletions.
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 84b981d

Please sign in to comment.