Skip to content

Commit

Permalink
♻️ fix missing export script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme committed Aug 31, 2023
1 parent 1548d16 commit 54705be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 54705be

Please sign in to comment.