diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index b90b656..f1ba943 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "dev": "next dev", "prebuild": "yarn run i18n:compile", "build": "next build", - "postbuild": "next-sitemap", - "start": "next start", + "postbuild": "next-sitemap --config next-sitemap.config.cjs && shx cp -r public .next/standalone && shx cp -r .next/static .next/standalone/.next/static", + "start": "node .next/standalone/server.js", "lint": "next lint && yarn run lint:spelling", "lint:spelling": "cspell \"**\" --no-progress", "deploy": "sh ./bin/deploy.sh", @@ -123,6 +123,7 @@ "postcss": "^8.4.32", "prettier": "^3.1.1", "sass": "^1.69.5", + "shx": "^0.3.4", "storybook": "^7.6.5", "storybook-dark-mode": "^3.0.3", "stylelint": "^16.0.2", |
