Skip to content

Commit

Permalink
fix post build message
Browse files Browse the repository at this point in the history
  • Loading branch information
mintdart committed Jun 4, 2023
1 parent 851fe9d commit cca861e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export && ./post-export.sh",
"build2": "next build && next export",
"build": "./scripts/build.sh",
"export": "next export && ./scripts/post-export.sh",
"build2": "./scripts/build.sh && next export",
"start": "next start",
"serve": "serve out"
},
Expand Down
File renamed without changes.

0 comments on commit cca861e

Please sign in to comment.