From 96f1915524455ceac67bf23bffb50fb32fbdfd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haz=20=C3=86=2041?= <4405263+hazae41@users.noreply.github.com> Date: Wed, 8 May 2024 17:29:36 +0700 Subject: [PATCH] debug --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a80665a4..5533ac4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"