Skip to content

Commit

Permalink
Merge pull request #17 from lume/debug-ci-build
Browse files Browse the repository at this point in the history
output git diff in CI to debug when a diff check fails
  • Loading branch information
trusktr committed Apr 29, 2024
2 parents d593533 + 0c42b31 commit 799ec90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# skip this check in windows for now, as the build outputs may get slightly modified in Windows, which we want to fix.
if: runner.os != 'Windows'
run: |
git diff
git add . && git diff --quiet && git diff --cached --quiet
env:
CI: true
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "^17.0.0",
"ncp": "^2.0.0",
"prettier": "3.0.3",
"typescript": "^5.0.0"
"typescript": "5.2.x"
},
"peerDependencies": {
"@types/react": "*"
Expand Down

0 comments on commit 799ec90

Please sign in to comment.