From c19be02a7dd2b3140b7afba3732ad218404b564a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 2 Oct 2023 23:29:09 +0200 Subject: [PATCH] fix: disabled postbuild --- .npmrc | 1 - package.json | 2 -- 2 files changed, 3 deletions(-) diff --git a/.npmrc b/.npmrc index f440e71ba..0c05da457 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 b526d7751..eb6dff451 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",