Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed May 8, 2024
1 parent 717e443 commit 96f1915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
# Rebuild
- run: "npm ci && npm run build"

# Debug
- run: "cat ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js"
- run: "cat ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js"

# Compare unzipped content
- run: "diff -r ./tmp/chrome ./dist/chrome"
- run: "diff -r ./tmp/firefox ./dist/firefox"
Expand Down

0 comments on commit 96f1915

Please sign in to comment.