Skip to content

Commit 7319da2

Browse files
authoredMar 27, 2025
fix: temporarily remove broken postinstal hook (#7142)
See #7141. This will be faster than reverting a bunch of stacked PRs, and it's been too long to unpublish from the NPM registry.
1 parent c4b9e4d commit 7319da2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"test:init:next-deps": "npm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit && npm ci --prefix tests/integration/__fixtures__/next-app --no-audit",
5656
"test:ci:vitest:integration": "vitest run --coverage tests/integration/",
5757
"test:ci:vitest:unit": "vitest run --coverage tests/unit/",
58-
"postinstall": "node ./scripts/postinstall.js",
5958
"prepublishOnly": "npm shrinkwrap",
6059
"typecheck": "tsc",
6160
"typecheck:watch": "tsc --watch",

0 commit comments

Comments
 (0)