This reverts commit 6568cb19a9.
This commit is contained in:
Manav Rathi 2024-05-10 22:18:21 +05:30
parent 6568cb19a9
commit 902074022a
No known key found for this signature in database
15 changed files with 16 additions and 12 deletions

View file

@ -25,7 +25,6 @@ jobs:
cache: "yarn"
cache-dependency-path: "desktop/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
- run: yarn install
- run: yarn lint

View file

@ -30,7 +30,7 @@ jobs:
cache-dependency-path: "docs/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build production site
# Will create docs/.vitepress/dist

View file

@ -31,7 +31,7 @@ jobs:
cache-dependency-path: "docs/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build production site
run: yarn build

View file

@ -37,7 +37,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build ${{ inputs.app }}
run: yarn build:${{ inputs.app }}

View file

@ -37,7 +37,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build ${{ inputs.app }}
run: yarn build:${{ inputs.app }}

View file

@ -32,7 +32,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build staff
run: yarn build:staff

View file

@ -31,7 +31,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build photos
run: yarn build:photos

View file

@ -41,7 +41,7 @@ jobs:
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Build photos
run: yarn build:photos

View file

@ -25,7 +25,6 @@ jobs:
cache: "yarn"
cache-dependency-path: "web/yarn.lock"
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
- run: yarn install
- run: yarn lint

View file

@ -46,7 +46,7 @@ jobs:
run: yarn config set network-timeout 900000 -g
- name: Install dependencies
run: yarn install && yarn run next telemetry disable
run: yarn install
- name: Install libarchive-tools for pacman build
if: startsWith(matrix.os, 'ubuntu')

1
web/apps/accounts/.env Normal file
View file

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1

1
web/apps/auth/.env Normal file
View file

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1

1
web/apps/cast/.env Normal file
View file

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1

1
web/apps/payments/.env Normal file
View file

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED = 1

View file

@ -88,3 +88,5 @@
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON=`cat path/to/expected.json` yarn dev
#
# NEXT_PUBLIC_ENTE_TEST_EXPECTED_JSON = {}
NEXT_TELEMETRY_DISABLED = 1