Skip to content

Commit

Permalink
rmv build script7
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusAlvesPereira committed Dec 21, 2023
1 parent 771f5b4 commit 962bb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npm run pwa:generate-assets && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pwa:generate-assets": "pwa-assets-generator --preset minimal public/logo.svg"
Expand Down

0 comments on commit 962bb57

Please sign in to comment.