Skip to content

Commit

Permalink
feat: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrmro committed Feb 5, 2024
1 parent 9368830 commit fd1b383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"e2e": "playwright test",
"typegen": "DATABASE_URL=database/sqlite3.db kysely-codegen",
"db": "litecli ${DATABASE_PATH:-database/sqlite3.db}",
"build-migrations": "tsc --module nodenext src/lib/migrations.ts --outDir database/dist",
"postbuild": "next-sitemap"
"build-migrations": "tsc --module nodenext src/lib/migrations.ts --outDir database/dist"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
Expand Down

0 comments on commit fd1b383

Please sign in to comment.