Skip to content

Commit

Permalink
cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
adase11 committed Oct 7, 2024
1 parent bd14cf2 commit 810eeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"scripts": {
"dev": "next dev",
"build": "next lint --fix && next build && node scripts/post-export.js",
"build": "next lint --fix && next build && node scripts/post-export.cjs",
"start": "next lint --fix && next build && next start",
"lint": "next lint --fix",
"predeploy": "next build && node scripts/post-export.js",
"predeploy": "next build && node scripts/post-export.cjs",
"test": ""
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 810eeb6

Please sign in to comment.