Skip to content

Commit d176fe2

Browse files
authored
Remove automatic npm install feature (#58731)
1 parent 0d02a28 commit d176fe2

File tree

6 files changed

+1
-70
lines changed

6 files changed

+1
-70
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# JetBrains IDE files
1414
.idea/
1515

16-
# Tracks package-lock.json installation state
17-
.installed.package-lock.json
16+
1817

1918
# Linkinator full site link check results
2019
.linkinator/

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"check-github-github-links": "tsx src/links/scripts/check-github-github-links.ts",
2222
"clone-early-access": "./src/early-access/scripts/clone-locally",
2323
"clone-translations": "./src/languages/scripts/clone-translations.sh",
24-
"cmp-files": "tsx src/workflows/cmp-files.ts",
2524
"content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts",
2625
"copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.ts",
2726
"count-translation-corruptions": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsx src/languages/scripts/count-translation-corruptions.ts",
@@ -66,7 +65,6 @@
6665
"openapi-docs": "tsx src/rest/docs.ts",
6766
"playwright-test": "playwright test --config src/fixtures/playwright.config.ts --project=\"Google Chrome\"",
6867
"lint-report": "tsx src/content-linter/scripts/lint-report.ts",
69-
"postinstall": "cp package-lock.json .installed.package-lock.json && echo \"Updated .installed.package-lock.json\" # see husky/post-checkout and husky/post-merge",
7068
"precompute-pageinfo": "tsx src/article-api/scripts/precompute-pageinfo.ts",
7169
"prepare": "husky src/workflows/husky",
7270
"prettier": "prettier -w \"**/*.{ts,tsx,scss,yml,yaml}\"",

src/workflows/cmp-files.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/workflows/husky/post-checkout

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/workflows/husky/post-merge

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)