Skip to content

Commit

Permalink
Revert "chore(Lerna): Update Lerna and add local caching for build an…
Browse files Browse the repository at this point in the history
…d test commands (#1464)"

This reverts commit 8983e14.
  • Loading branch information
silvalaura committed Dec 17, 2024
1 parent 4315958 commit e018e7a
Show file tree
Hide file tree
Showing 9 changed files with 55,076 additions and 51,296 deletions.
5 changes: 0 additions & 5 deletions .changeset/build-upgrade-lerna.md

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.20.4
v18.18.2
12 changes: 9 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"packages": ["website/*", "packages/*", "patterns/*"],
"packages": [
"website/*",
"packages/*",
"patterns/*"
],
"command": {
"bootstrap": {
"hoist": true
},
"publish": {
"allowBranch": ["dev", "hotfix/*", "main"],
"preDistTag": "next",
Expand All @@ -12,6 +19,5 @@
"conventionalCommits": true
}
},
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
"version": "independent"
}
78 changes: 0 additions & 78 deletions nx.json

This file was deleted.

Loading

0 comments on commit e018e7a

Please sign in to comment.