fix: disabled postbuild

This commit is contained in:
Torsten Dittmann
2023-10-02 23:29:09 +02:00
parent 1f8ca0fd0c
commit c19be02a7d
2 changed files with 0 additions and 3 deletions

1
.npmrc
View File

@@ -1,3 +1,2 @@
engine-strict=true
resolution-mode=highest
enable-pre-post-scripts=true

View File

@@ -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",