Skip to content

Commit

Permalink
use installed astro
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 15, 2024
1 parent 5b8345e commit fd7731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "astro dev --host",
"start": "astro dev --host",
"check": "astro check",
"build": "npx --yes astro build",
"build": "astro build",
"build:asw": "rm -Rf distasw && mkdir distasw && touch distasw/index.html && mkdir distasw/genaiscript && cp -r dist/* distasw/genaiscript",
"preview": "astro preview",
"astro": "astro",
Expand Down

0 comments on commit fd7731e

Please sign in to comment.