Remove unnecessary pushd

type: task
pull/21833/head
David Baker 2021-09-09 09:41:11 +01:00
parent 12ff67ff6a
commit b67883b4f1
1 changed files with 1 additions and 2 deletions

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"