Skip to content

Commit

Permalink
optimize build using jampack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak2k authored Apr 14, 2024
1 parent fb6e283 commit 6dba98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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",
"build": "astro build && pnpx @divriots/jampack ./dist",
"preview": "astro preview",
"astro": "astro"
},
Expand All @@ -26,4 +26,4 @@
"astro-icon": "^1.1.0",
"unocss": "^0.58.6"
}
}
}

0 comments on commit 6dba98d

Please sign in to comment.