Skip to content

Commit

Permalink
fix: disabled postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 2, 2023
1 parent 1f8ca0f commit c19be02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
engine-strict=true
resolution-mode=highest
enable-pre-post-scripts=true
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c19be02

Please sign in to comment.