Skip to content

Commit b7fb435

Browse files
committed
chore: add logs
1 parent 1b16a33 commit b7fb435

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
AMO_SECRET: ${{ secrets.AMO_SECRET }}
113113
CRX_PRIV_KEY: ${{ secrets.CRX_PRIV_KEY }}
114114
PACK_PLATFORM: xpi,crx
115+
DEBUG: '*'
115116
run: npm run pack
116117
- name: Upload snapshot release
117118
uses: actions/upload-artifact@v4

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
CWS_TOKEN: ${{ secrets.CWS_TOKEN }}
8383
MS_CLIENT_ID: ${{ secrets.MS_CLIENT_ID }}
8484
MS_API_KEY: ${{ secrets.MS_API_KEY }}
85+
DEBUG: '*'
8586
run: npm run pack
8687
- name: Upload release
8788
uses: actions/upload-artifact@v4

scripts/pack-utils/xpi.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { rename } from 'fs/promises';
21
import { getOutputFile, getVersion, join } from '../config.mjs';
32
import { outputJSON } from '../utils.mjs';
43
import { submitAddon } from './amo.mjs';

0 commit comments

Comments
 (0)