Skip to content

Commit

Permalink
Merge pull request #3 from keguigong/dev
Browse files Browse the repository at this point in the history
Add next export command to package.json
  • Loading branch information
keguigong authored Nov 18, 2023
2 parents e4896c0 + 30ca39f commit 339b68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
55 changes: 0 additions & 55 deletions .github/workflow/static.yml

This file was deleted.

3 changes: 2 additions & 1 deletion 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"
},
"dependencies": {
"@types/node": "18.15.3",
Expand Down

0 comments on commit 339b68b

Please sign in to comment.