From b67883b4f19abe2aa2c59d3c8baf36443c826670 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 9 Sep 2021 09:41:11 +0100 Subject: [PATCH] Remove unnecessary pushd type: task --- .github/workflows/typecheck.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/typecheck.yaml b/.github/workflows/typecheck.yaml index bbbf7185d7..2e08418cf6 100644 --- a/.github/workflows/typecheck.yaml +++ b/.github/workflows/typecheck.yaml @@ -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"