Merge pull request #12904 from matrix-org/dbkr/prettierrc_cjs_staging
Rename prettier config file to .cjs (staging version)
This commit is contained in:
commit
193ae628f0
2 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Switch js-sdk to release mode
|
- name: Switch js-sdk to release mode
|
||||||
working-directory: node_modules/matrix-js-sdk
|
working-directory: node_modules/matrix-js-sdk
|
||||||
run: |
|
run: |
|
||||||
scripts/switch_package_to_release.js
|
scripts/switch_package_to_release.cjs
|
||||||
yarn install
|
yarn install
|
||||||
yarn run build:compile
|
yarn run build:compile
|
||||||
yarn run build:types
|
yarn run build:types
|
||||||
|
|
Loading…
Reference in a new issue