Skip to content

Commit

Permalink
Remove searchParams with postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
hensansi committed Oct 12, 2023
1 parent 04c4140 commit f1d1aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postinstall":"sed -i.bak 's/ ?? props.searchParams?.lang//g' node_modules/next-translate-plugin/lib/cjs/templateAppDir.js"
},
"dependencies": {
"next": "13.5.4",
Expand Down

0 comments on commit f1d1aad

Please sign in to comment.