Skip to content

Commit

Permalink
fix: remove check from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren committed Oct 16, 2024
1 parent 61e7934 commit 737065f
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && export $(grep -v '^\\s*$\\|^\\s*\\#' .env.runtime) && astro build",
"build": "export $(grep -v '^\\s*$\\|^\\s*\\#' .env.runtime) && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
Expand Down

0 comments on commit 737065f

Please sign in to comment.