Skip to content

Commit

Permalink
fix: delete jampack
Browse files Browse the repository at this point in the history
  • Loading branch information
lishoulong committed May 26, 2024
1 parent 4f5834d commit c71b610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c71b610

Please sign in to comment.