Skip to content

Commit

Permalink
add emotion core to package
Browse files Browse the repository at this point in the history
  • Loading branch information
silvalaura committed Dec 19, 2024
1 parent feaaa37 commit d93cafe
Show file tree
Hide file tree
Showing 6 changed files with 72,129 additions and 59,630 deletions.
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 d93cafe

Please sign in to comment.