f
This commit is contained in:
parent
12eea7820d
commit
6568cb19a9
12 changed files with 13 additions and 12 deletions
3
.github/workflows/desktop-lint.yml
vendored
3
.github/workflows/desktop-lint.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/docs-verify-build.yml
vendored
2
.github/workflows/docs-verify-build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/web-deploy-one.yml
vendored
2
.github/workflows/web-deploy-one.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/web-deploy-preview.yml
vendored
2
.github/workflows/web-deploy-preview.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/web-deploy-staff.yml
vendored
2
.github/workflows/web-deploy-staff.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/web-deploy-staging.yml
vendored
2
.github/workflows/web-deploy-staging.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/web-lint.yml
vendored
3
.github/workflows/web-lint.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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==
|
||||
|
|
Loading…
Add table
Reference in a new issue