Skip to content

Commit

Permalink
Use injected path for bundleTrackers.mjs (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Jan 7, 2025
1 parent 8cf2ae9 commit 023b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "duckduckgo/duckduckgo-privacy-extension",
"scripts": {
"install-ci": "make npm",
"bundle-config": "node scripts/bundleConfig.mjs && node node_modules/@duckduckgo/content-scope-scripts/scripts/bundleTrackers.mjs > shared/data/bundled/tracker-lookup.json",
"bundle-config": "node scripts/bundleConfig.mjs && node node_modules/@duckduckgo/content-scope-scripts/injected/scripts/bundleTrackers.mjs > shared/data/bundled/tracker-lookup.json",
"build": "echo 'Try npm run release-firefox or npm run release-chrome instead' && exit 0",
"dev": "echo 'Try npm run dev-firefox or npm run dev-chrome instead' && exit 0",
"eslint": "eslint '*.js' shared/js shared/data unit-test integration-test scripts",
Expand Down

0 comments on commit 023b9ff

Please sign in to comment.