Skip to content

Commit

Permalink
build: update build command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Aug 20, 2024
1 parent 5fb0a12 commit ef8603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit ef8603d

Please sign in to comment.