[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:
parent
6a4b86d1f0
commit
12eea7820d
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue