mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Remove unnecessary pushd
type: task
This commit is contained in:
parent
12ff67ff6a
commit
b67883b4f1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/typecheck.yaml
vendored
3
.github/workflows/typecheck.yaml
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue