Skip to content

Commit

Permalink
lerna repair (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Oct 28, 2023
1 parent 42ae916 commit 605d888
Show file tree
Hide file tree
Showing 1,498 changed files with 421,399 additions and 98,824 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
- name: Create matrix
id: set-matrix
run: |
npm install lerna@6 -g
matrix="$(node checkChangedWorkspaces.js)"
echo "matrix=$matrix" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -149,7 +148,8 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install
npm i lerna@6 -g
lerna bootstrap
- name: Check disk space after install
run: |
Expand Down Expand Up @@ -202,13 +202,15 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install
npm i lerna@6 -g
lerna bootstrap
- name: Install sample deps
# TODO Uncomment when yarn will work properly from the root and install all nessessary deps. Also please, add yarn install to the run section below instead of npx lerna exec
# if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
lerna exec --stream --scope="${{ matrix.container }}*" --concurrency=1 "yarn install"
# npx lerna exec --stream --scope="${{ matrix.container }}*" --concurrency=1 "yarn install"
echo 'test'
- name: Check disk space after install
run: |
Expand All @@ -222,9 +224,7 @@ jobs:
- name: Run sample e2e tests
run: |
node -v
yarn add lerna@6 -W
yarn add lerna@6 -g
lerna run --scope=${{ matrix.container }} e2e:ci
npx lerna run --scope=${{ matrix.container }} e2e:ci
- name: Create artifacts for Allure report
uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install --frozen-lockfile
npm i lerna@6 -g
lerna bootstrap
1 change: 0 additions & 1 deletion advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "automatic-vendor-sharing_app1",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-react": "7.18.6",
Expand Down
3,208 changes: 3,208 additions & 0 deletions advanced-api/automatic-vendor-sharing/app1/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "automatic-vendor-sharing_app2",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-react": "7.18.6",
Expand Down
3,208 changes: 3,208 additions & 0 deletions advanced-api/automatic-vendor-sharing/app2/yarn.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions advanced-api/automatic-vendor-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "automatic-vendor-sharing",
"private": true,
"workspaces": [
"./app1",
"./app2"
Expand All @@ -14,7 +13,6 @@
"e2e:ci": "yarn start & wait-on http-get://localhost:3001/ && npx cypress run --config-file ../../cypress/config/cypress.config.ts --config '{\"supportFile\": \"../../cypress/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
},
"devDependencies": {
"lerna": "3.22.1",
"wait-on": "7.0.1"
}
}
Loading

5 comments on commit 605d888

@vercel
Copy link

@vercel vercel bot commented on 605d888 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-home – ./medusa-example/home

medusa-example-home-git-master-module-federation.vercel.app
medusa-example-home-module-federation.vercel.app
medusa-example-home.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 605d888 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-search – ./medusa-example/search

medusa-example-search-module-federation.vercel.app
medusa-example-search-git-master-module-federation.vercel.app
medusa-example-search.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 605d888 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-utils – ./medusa-example/utils

medusa-example-utils.vercel.app
medusa-example-utils-module-federation.vercel.app
medusa-example-utils-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 605d888 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-nav – ./medusa-example/nav

medusa-example-nav-module-federation.vercel.app
medusa-example-nav-git-master-module-federation.vercel.app
medusa-example-nav.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 605d888 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-dsl – ./medusa-example/dsl

medusa-example-dsl-git-master-module-federation.vercel.app
medusa-example-dsl-module-federation.vercel.app
medusa-example-dsl.vercel.app

Please sign in to comment.