Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Matej Plavevski <[email protected]>
  • Loading branch information
alistairmcmillan and MatejMecka authored May 30, 2024
1 parent 5b50a57 commit c7c9370
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 @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "cp env.sample .env && vite",
"dev": "[ -f .env ] || cp env.sample .env && vite",
"build": "[ -f .env ] || cp env.sample .env && vite build && cp _headers dist/_headers",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit c7c9370

Please sign in to comment.