We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b9e4d commit 7319da2Copy full SHA for 7319da2
package.json
@@ -55,7 +55,6 @@
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