Skip to content

Commit

Permalink
Fix license-report (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Feb 5, 2024
1 parent 0e346ee commit 3bd821f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion extension-manifest-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "webpack --mode production --progress",
"build.prod": "npm run build",
"build.watch": "webpack --mode development --progress --watch",
"licenses": "license-report --config=../license-report-config.json > dist/licenses.html",
"licenses": "license-report --config=../.license-report-config.json > dist/licenses.html",
"test": "jest",
"test.watch": "jest --watch",
"test.snapshot": "jest --updateSnapshot",
Expand Down
2 changes: 1 addition & 1 deletion extension-manifest-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "npm run build -- --watch",
"download-engines": "node scripts/download-engines/index.js",
"download-whotracksme-bloomfilter": "node scripts/download-whotracksme-bloomfilter.js",
"licenses": "license-report --config=../license-report-config.json > dist/licenses.html",
"licenses": "license-report --config=../.license-report-config.json > dist/licenses.html",
"lint": "eslint src/",
"test": "npm run lint",
"locales.ui": "hybrids extract -c --format=chrome.i18n ../node_modules/@ghostery/ui ./src/_locales/en/messages.json",
Expand Down

0 comments on commit 3bd821f

Please sign in to comment.