Skip to content

Commit b2f6523

Browse files
authored
Revert "Revert "chore(lerna): move to lerna v9""
1 parent 636760d commit b2f6523

File tree

5 files changed

+3405
-2798
lines changed

5 files changed

+3405
-2798
lines changed

.github/workflows/mjml-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [20.x, 22.x]
8+
node-version: [20.x, 22.x, 24.x]
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: '20.x'
2727
registry-url: 'https://registry.npmjs.org'
28+
always-auth: true
2829
- run: yarn install
2930
- run: yarn build
3031
- run: yarn build-browser

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
}
99
},
1010
"npmClient": "yarn",
11-
"useWorkspaces": true,
1211
"version": "5.0.0-alpha.8"
1312
}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"private": true,
44
"scripts": {
55
"build:watch": "lerna run build --parallel -- -- -w",
6-
"build": "lerna run build --parallel --ignore mjml-browser",
6+
"build": "lerna run build --ignore mjml-browser",
77
"build-browser": "cd packages/mjml-browser && yarn build",
88
"lint": "eslint .",
99
"lint:fix": "eslint . --fix",
10-
"postinstall": "lerna bootstrap",
1110
"prettier": "prettier --write \"packages/**/{src,bin}/**/*.?(js|json)\"",
1211
"test": "lerna run test"
1312
},
@@ -31,7 +30,7 @@
3130
"eslint-config-airbnb-base": "^14.1.0",
3231
"eslint-config-prettier": "^9.1.0",
3332
"eslint-plugin-import": "^2.21.1",
34-
"lerna": "^3.22.1",
33+
"lerna": "^9.0.0",
3534
"mocha": "10",
3635
"open": "^7.3.0",
3736
"postcss": "^8.5.6",

0 commit comments

Comments
 (0)