Skip to content

Commit 7c9bd7c

Browse files
Merge pull request #196 from Project-insert-name/no-telemetry
Disable nextjs telemetry collection
2 parents eb570d8 + 9fd7aac commit 7c9bd7c

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)