Skip to content

Commit 2f1c8b5

Browse files
committed
Added postinstall script to disable next telemetry collection in dev and prod
1 parent 9c30fef commit 2f1c8b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",
7+
"postinstall": "next telemetry disable",
78
"dev": "next dev",
89
"build": "next build",
910
"start": "next start",

0 commit comments

Comments
 (0)