This commit is contained in:
Manav Rathi 2024-05-10 22:12:52 +05:30
parent 12eea7820d
commit 6568cb19a9
No known key found for this signature in database
12 changed files with 13 additions and 12 deletions

View file

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

View file

@ -30,7 +30,7 @@ jobs:
cache-dependency-path: "docs/yarn.lock"
- name: Install dependencies
run: yarn install
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- 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
run: yarn install && yarn run next telemetry disable
- name: Build photos
run: yarn build:photos

View file

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

View file

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

View file

@ -27,7 +27,6 @@
"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",

View file

@ -3326,7 +3326,7 @@ libsodium-wrappers@0.7.9:
dependencies:
libsodium "^0.7.0"
libsodium@^0.7.0:
libsodium@0.7.9, libsodium@^0.7.0:
version "0.7.9"
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.9.tgz#4bb7bcbf662ddd920d8795c227ae25bbbfa3821b"
integrity sha512-gfeADtR4D/CM0oRUviKBViMGXZDgnFdMKMzHsvBdqLBHd9ySi6EtYnmuhHVDDYgYpAO8eU8hEY+F8vIUAPh08A==