mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-24 17:38:40 +08:00
Remove redundant switch_package_to_release
call (#28384)
`switch_package_to_release` is now a no-op (there are no fields called `matrix_lib_*` in matrix-js-sdk's package.json), so everything after that is redundant.
This commit is contained in:
parent
9d79a934bf
commit
6042625198
21
.github/workflows/static_analysis.yaml
vendored
21
.github/workflows/static_analysis.yaml
vendored
@ -34,27 +34,6 @@ jobs:
|
|||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: "yarn run lint:types"
|
run: "yarn run lint:types"
|
||||||
|
|
||||||
- name: Switch js-sdk to release mode
|
|
||||||
working-directory: node_modules/matrix-js-sdk
|
|
||||||
run: |
|
|
||||||
scripts/switch_package_to_release.cjs
|
|
||||||
yarn install
|
|
||||||
yarn run build:compile
|
|
||||||
yarn run build:types
|
|
||||||
|
|
||||||
- name: Typecheck (release mode)
|
|
||||||
run: "yarn run lint:types"
|
|
||||||
|
|
||||||
# Temporary while we directly import matrix-js-sdk/src/* which means we need
|
|
||||||
# certain @types/* packages to make sense of matrix-js-sdk types.
|
|
||||||
#- name: Typecheck (release mode; no yarn link)
|
|
||||||
# if: github.event_name != 'pull_request' && github.ref_name != 'master'
|
|
||||||
# run: |
|
|
||||||
# yarn unlink matrix-js-sdk
|
|
||||||
# yarn add github:matrix-org/matrix-js-sdk#develop
|
|
||||||
# yarn install --force
|
|
||||||
# yarn run lint:types
|
|
||||||
|
|
||||||
i18n_lint:
|
i18n_lint:
|
||||||
name: "i18n Check"
|
name: "i18n Check"
|
||||||
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
|
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
|
||||||
|
Loading…
Reference in New Issue
Block a user