Skip to content

Commit 08bbee9

Browse files
authored
Revert "fix: temporarily remove broken postinstal hook (#7142)" (#7149)
This reverts commit 7319da2.
1 parent 8cde14b commit 08bbee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
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",
5859
"prepublishOnly": "npm shrinkwrap",
5960
"typecheck": "tsc",
6061
"typecheck:watch": "tsc --watch",

0 commit comments

Comments
 (0)