From 15c5114a18653a808ac04bf9dfbe4205863c0c96 Mon Sep 17 00:00:00 2001 From: Gulom Alimov Date: Mon, 3 Feb 2025 17:16:13 +0200 Subject: [PATCH] debug dist --- .github/workflows/verify-ts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-ts.yml b/.github/workflows/verify-ts.yml index e641bb95..93086a71 100644 --- a/.github/workflows/verify-ts.yml +++ b/.github/workflows/verify-ts.yml @@ -103,7 +103,8 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - run: npm install --ignore-scripts - - run: git diff --name-only --exit-code + - run: git diff --exit-code +# - run: git diff --name-only --exit-code dist-is-up-to-date: runs-on: ubuntu-latest