Skip to content

Commit

Permalink
display expected .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Apr 3, 2024
1 parent 204ab32 commit 8826822
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8826822

Please sign in to comment.