Skip to content

Commit

Permalink
Remove build workaround for Netlify Next.js v5 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu authored Mar 14, 2024
1 parent 0e02909 commit d16c684
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 @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build && sed -i 's/\"type\": \"module\"/\"type\": \"commonjs\"/' package.json",
"build": "next build",
"start": "next start",
"build:rss": "tsx ./utils/rss.ts",
"lint": "next lint"
Expand Down

0 comments on commit d16c684

Please sign in to comment.