Skip to content

Commit

Permalink
added export script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmshaver committed Sep 11, 2023
1 parent 78785e5 commit 83f186c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export -o out"
},
"dependencies": {
"autoprefixer": "10.4.14",
Expand All @@ -23,4 +24,4 @@
"devDependencies": {
"daisyui": "^3.5.0"
}
}
}

0 comments on commit 83f186c

Please sign in to comment.