Skip to content

Commit

Permalink
skip-release - chore(app): lerna 6.6.1 support (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Apr 21, 2023
1 parent a060a7c commit a172305
Show file tree
Hide file tree
Showing 5 changed files with 2,542 additions and 1,031 deletions.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Required by Netlify
nodeLinker: node-modules

# Required to overcome Storybook issue and SCSS imports from hoisted packages
nmHoistingLimits: workspaces

yarnPath: .yarn/releases/yarn-1.22.19.cjs
15 changes: 11 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"lerna": "3.13.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.7.1",
"name": "root",
"packages": [
"packages/*"
],
Expand All @@ -8,10 +10,15 @@
"command": {
"publish": {
"ignoreChanges": [
"packages/*/demo",
"packages/*/demo/bundle",
"**/*.md"
]
}
},
"bootstrap": {
"npmClientArgs": [
"--cached"
]
}
},
"version": "1.7.1"
"commandVersion": "6.6.1"
}
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[context.deploy-preview]
command = "./scripts/netlify.sh"
publish = "pages"
environment = { YARN_FLAGS = "--ignore-optional", NODE_VERSION = "14" }
environment = { YARN_FLAGS = "--ignore-optional", NODE_VERSION = "14", PYTHON_VERSION = "2.7" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.1.0",
"husky": "4.2.1",
"lerna": "3.20.2",
"lerna": "^6.6.1",
"prettier": "2.2.1",
"prettier-config-carbon": "0.4.0"
},
Expand Down

0 comments on commit a172305

Please sign in to comment.