Consolidate js-sdk release mode typing CI (#9326)
This commit is contained in:
parent
c2e2f406af
commit
eaff7e945c
2 changed files with 2 additions and 19 deletions
4
.github/workflows/static_analysis.yaml
vendored
4
.github/workflows/static_analysis.yaml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
run: "yarn run lint:types"
|
||||
|
||||
- name: Switch js-sdk to release mode
|
||||
working-directory: node_modules/matrix-js-sdk
|
||||
run: |
|
||||
scripts/ci/js-sdk-to-release.js
|
||||
cd node_modules/matrix-js-sdk
|
||||
scripts/switch_package_to_release.js
|
||||
yarn install
|
||||
yarn run build:compile
|
||||
yarn run build:types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue