diff --git a/package.json b/package.json index ce8b3d5..f8a643b 100644 --- a/package.json +++ b/package.json @@ -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"