We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cde14b commit 08bbee9Copy full SHA for 08bbee9
package.json
@@ -55,6 +55,7 @@
55
"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",
56
"test:ci:vitest:integration": "vitest run --coverage tests/integration/",
57
"test:ci:vitest:unit": "vitest run --coverage tests/unit/",
58
+ "postinstall": "node ./scripts/postinstall.js",
59
"prepublishOnly": "npm shrinkwrap",
60
"typecheck": "tsc",
61
"typecheck:watch": "tsc --watch",
0 commit comments