Browse Source

remove source maps for testing

Tienson Qin 1 month ago
parent
commit
cb019e9e52
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/deploy-and-branch.yml

+ 2 - 0
.github/workflows/deploy-and-branch.yml

@@ -62,6 +62,8 @@ jobs:
             --exclude mobile \
             ./static/ ./public/
 
+          rm ./public/js/*.map
+
         env:
           LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}