Skip to content

Commit

Permalink
chore: fix matomo on webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Nov 22, 2024
1 parent d1d1a01 commit f0e29d8
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 @@ -26,7 +26,7 @@
"build": "yarn webpack && next build",
"build:analyze": "ANALYZE=true next build",
"postbuild": "next-sitemap",
"webpack": "dotenv -e .env.local webpack",
"webpack": "dotenv -e .env webpack",
"stats": "dotenv -e .env ts-node src/scripts/getStats.ts",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit f0e29d8

Please sign in to comment.