From 574c64bae24dde17c36e0f514d0cf5856b560e38 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 9 Jul 2021 14:50:31 -0400 Subject: [PATCH] fix post-deploy CI --- .github/workflows/post-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/post-deploy.yml b/.github/workflows/post-deploy.yml index f6888b40..288937be 100644 --- a/.github/workflows/post-deploy.yml +++ b/.github/workflows/post-deploy.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 14.x - cache: yarn - run: yarn install --frozen-lockfile # https://docs.sentry.io/platforms/node/typescript/#configuring-typescript-compiler - run: npx -p typescript tsc --esModuleInterop --sourceMap --sourceRoot '/' --inlineSources api/**/*.ts