From 88268228796f16045de19fee0b3b09edd2365456 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Wed, 3 Apr 2024 18:25:19 +0200 Subject: [PATCH] display expected .d.ts file --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26afe5..4d3d87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: if ! cmp --silent pkg/rosu_pp_js.d.ts rosu_pp_js.d.ts; then echo ".d.ts file is not up to date" cmp --print-bytes pkg/rosu_pp_js.d.ts rosu_pp_js.d.ts + echo "Expected:" + cat pkg/rosu_pp_js.d.ts exit 1 fi @@ -111,7 +113,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - registry-url: https://registry.npmjs.org/ + registry-url: 'https://registry.npmjs.org' - name: Publish run: npm publish ./tars/rosu_pp_js_nodejs.tar.gz