Skip to content

Commit a642290

Browse files
authored
chore: remove redundant lerna:init script (typescript-eslint#3139)
1 parent 9323eae commit a642290

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
yarn --ignore-engines --frozen-lockfile --ignore-scripts
46-
yarn lerna:init
4746
yarn check:clean-workspace-after-install
4847
4948
- name: Build
@@ -86,7 +85,6 @@ jobs:
8685
- name: Install dependencies
8786
run: |
8887
yarn --ignore-engines --frozen-lockfile --ignore-scripts
89-
yarn lerna:init
9088
yarn check:clean-workspace-after-install
9189
9290
- name: Build
@@ -173,7 +171,6 @@ jobs:
173171
- name: Install dependencies
174172
run: |
175173
yarn --ignore-engines --frozen-lockfile --ignore-scripts
176-
yarn lerna:init
177174
yarn check:clean-workspace-after-install
178175
179176
- name: Build
@@ -217,7 +214,6 @@ jobs:
217214
- name: Install dependencies
218215
run: |
219216
yarn --ignore-engines --frozen-lockfile --ignore-scripts
220-
yarn lerna:init
221217
yarn check:clean-workspace-after-install
222218
223219
- name: Build
@@ -257,7 +253,6 @@ jobs:
257253
- name: Install dependencies
258254
run: |
259255
yarn --ignore-engines --frozen-lockfile --ignore-scripts
260-
yarn lerna:init
261256
yarn check:clean-workspace-after-install
262257
263258
- name: Build
@@ -340,7 +335,6 @@ jobs:
340335
- name: Install dependencies
341336
run: |
342337
yarn --ignore-engines --frozen-lockfile --ignore-scripts
343-
yarn lerna:init
344338
yarn check:clean-workspace-after-install
345339
346340
- name: Build

.github/workflows/manual-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
yarn --ignore-engines --frozen-lockfile --ignore-scripts
48-
yarn lerna:init
4948
yarn check:clean-workspace-after-install
5049
5150
- name: Run build

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
"cz": "git-cz",
2828
"format": "prettier --write \"./**/*.{ts,js,json,md}\"",
2929
"generate:contributors": "yarn ts-node --transpile-only ./tools/generate-contributors.ts && yarn all-contributors generate",
30-
"lerna:init": "lerna bootstrap --ignore-scripts && lerna link --force-local",
3130
"lint:fix": "eslint . --ext .js,.ts --fix",
3231
"lint:markdown:fix": "yarn lint:markdown --fix",
3332
"lint:markdown": "markdownlint \"**/*.md\" --config=.markdownlint.json --ignore-path=.markdownlintignore",
3433
"lint": "eslint . --ext .js,.ts",
35-
"postinstall": "yarn husky install && yarn lerna:init && yarn build",
34+
"postinstall": "yarn husky install && yarn build",
3635
"pre-commit": "yarn lint-staged",
3736
"pre-push": "yarn check:format",
3837
"test": "lerna run test --concurrency 1",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy