Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 11, 2024
2 parents f369f57 + a4023b7 commit d69f369
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 @@ -27,9 +27,10 @@
"sideEffects": false,
"scripts": {
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"postbuild": "npm run build-sitemap",
"build-sitemap": "next-sitemap --config next-sitemap.config.mjs",
"build:analyze": "ANALYZE=true next build",
"build:docker": "DOCKER=true next build",
"build:docker": "DOCKER=true next build && npm run build-sitemap",
"dev": "next dev -p 3010",
"docs": "lobe-i18n md && npm run workflow:docs",
"i18n": "npm run workflow:i18n && lobe-i18n",
Expand Down

0 comments on commit d69f369

Please sign in to comment.