Skip to content

Commit

Permalink
chore: add sitemap scripts in package
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Sep 24, 2024
1 parent 8151d00 commit 4fbca49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"start:dev": "env-cmd -f .env.development next start -p 6600",
"build:prod": "env-cmd -f .env.production next build",
"start:prod": "env-cmd -f .env.production next start -p 6600",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"sitemap": "next-sitemap --config next-sitemap.config.cjs"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 4fbca49

Please sign in to comment.