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

Commit cd4f301

Browse files
committed
Call the commjs version of the switch script
1 parent c01ad91 commit cd4f301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Switch js-sdk to release mode
3737
working-directory: node_modules/matrix-js-sdk
3838
run: |
39-
scripts/switch_package_to_release.js
39+
scripts/switch_package_to_release.cjs
4040
yarn install
4141
yarn run build:compile
4242
yarn run build:types

0 commit comments

Comments
 (0)