Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit eaff7e9

Browse files
authored
Consolidate js-sdk release mode typing CI (#9326)
1 parent c2e2f40 commit eaff7e9

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/static_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: "yarn run lint:types"
2828

2929
- name: Switch js-sdk to release mode
30+
working-directory: node_modules/matrix-js-sdk
3031
run: |
31-
scripts/ci/js-sdk-to-release.js
32-
cd node_modules/matrix-js-sdk
32+
scripts/switch_package_to_release.js
3333
yarn install
3434
yarn run build:compile
3535
yarn run build:types

scripts/ci/js-sdk-to-release.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)