1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #6769 from matrix-org/dbkr/remove_unnecessary_pushd

Remove unnecessary pushd
This commit is contained in:
David Baker
2021-09-09 10:10:07 +01:00
committed by GitHub

View File

@@ -15,11 +15,10 @@ jobs:
- name: Switch js-sdk to release mode
run: |
scripts/ci/js-sdk-to-release.js
pushd node_modules/matrix-js-sdk
cd node_modules/matrix-js-sdk
yarn install
yarn run build:compile
yarn run build:types
popd
- name: Typecheck (release mode)
run: "yarn run lint:types"