[web] Make next shut up

It is not the telemetry which is the problem, it is the fact that they spam
everywhere in the logs when building that telemetry is on. And they've not
intentionally given a way to disable this cleanly.

https://github.com/vercel/next.js/discussions/31400
This commit is contained in:
Manav Rathi 2024-05-10 22:05:26 +05:30
parent 6a4b86d1f0
commit 12eea7820d
No known key found for this signature in database

View file

@ -27,6 +27,7 @@
"dev:payments": "yarn workspace payments dev",
"dev:photos": "yarn workspace photos next dev",
"dev:staff": "yarn workspace staff dev",
"postinstall": "yarn run next telemetry disable",
"lint": "yarn prettier --check --log-level warn . && yarn workspaces run eslint --report-unused-disable-directives .",
"lint-fix": "yarn prettier --write --log-level warn . && yarn workspaces run eslint --fix .",
"preview": "yarn preview:photos",