Skip to content

Commit

Permalink
Update package.json build script to use commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Mar 4, 2024
1 parent 52ab80e commit 93e672b
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 && sed -i '' 's/\"type\": \"module\"/\"type\": \"commonjs\"/' package.json",
"start": "next start",
"build:rss": "tsx ./utils/rss.ts",
"lint": "next lint"
Expand Down

0 comments on commit 93e672b

Please sign in to comment.