diff --git a/package.json b/package.json index 87de57846..0af90a5c6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build && jampack ./dist", + "build": "astro build", "preview": "astro preview", "sync": "astro sync", "astro": "astro", @@ -33,7 +33,6 @@ "@astrojs/react": "^3.0.9", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", - "@divriots/jampack": "^0.23.2", "@flydotio/dockerfile": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@types/github-slugger": "^1.3.0",