[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user