mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Merge pull request #6769 from matrix-org/dbkr/remove_unnecessary_pushd
Remove unnecessary pushd
This commit is contained in:
commit
e5bd863054
3
.github/workflows/typecheck.yaml
vendored
3
.github/workflows/typecheck.yaml
vendored
@ -15,11 +15,10 @@ jobs:
|
|||||||
- name: Switch js-sdk to release mode
|
- name: Switch js-sdk to release mode
|
||||||
run: |
|
run: |
|
||||||
scripts/ci/js-sdk-to-release.js
|
scripts/ci/js-sdk-to-release.js
|
||||||
pushd node_modules/matrix-js-sdk
|
cd node_modules/matrix-js-sdk
|
||||||
yarn install
|
yarn install
|
||||||
yarn run build:compile
|
yarn run build:compile
|
||||||
yarn run build:types
|
yarn run build:types
|
||||||
popd
|
|
||||||
- name: Typecheck (release mode)
|
- name: Typecheck (release mode)
|
||||||
run: "yarn run lint:types"
|
run: "yarn run lint:types"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user