Skip to content

Commit

Permalink
chore(lerna): update configs to support lerna v8 (#5280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 authored Nov 24, 2023
1 parent cf24cd5 commit d22cac9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ scripts/web-component-wrappers/interfaces.json

examples/nextjs-pages/node_modules
examples/nextjs-app/node_modules

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.module.css.ts
yarn.lock

/.nx/cache
8 changes: 0 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"sharedGlobals": [],
"production": ["default"]
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": []
}
}
},
"targetDefaults": {
"clean": {
"dependsOn": ["^clean"]
Expand Down

0 comments on commit d22cac9

Please sign in to comment.