disable telemetry

This commit is contained in:
Niccolo Borgioli 2023-06-28 17:12:26 +02:00
parent 91b041c5d9
commit 074ad94d7e
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ runs:
- name: Build
run: pnpm build
shell: bash
env:
NEXT_TELEMETRY_DISABLED: "1"