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

Commit

Permalink
Consolidate js-sdk release mode typing CI (#9326)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Sep 30, 2022
1 parent c2e2f40 commit eaff7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 0 additions & 17 deletions scripts/ci/js-sdk-to-release.js

This file was deleted.

0 comments on commit eaff7e9

Please sign in to comment.