diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 39bb8b8..1ea2ac6 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -26,8 +26,6 @@ jobs: - name: Install packages run: NODE_OPTIONS="--max_old_space_size=4096" yarn install - - name: Sanity check - run: NODE_OPTIONS="--max_old_space_size=4096" yarn tsc - name: Bundle up run: NODE_OPTIONS="--max_old_space_size=4096" yarn build:backend