diff --git a/.npmrc b/.npmrc index f440e71ba9..0c05da457e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ engine-strict=true resolution-mode=highest -enable-pre-post-scripts=true diff --git a/package.json b/package.json index b526d77517..eb6dff4519 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,6 @@ "scripts": { "dev": "vite dev", "build": "vite build", - "build:sitemap": "node create_sitemap.js", - "postbuild": "pnpm build:sitemap", "preview": "vite preview", "test": "npm run test:integration && npm run test:unit", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",