Skip to content

Commit

Permalink
ci(package): expose host in preview for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweihander-Main committed Jun 27, 2024
1 parent cd5f92d commit 9538acd
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "astro dev",
"build": "astro build --port 9998",
"preview": "astro preview",
"preview": "astro preview --host",
"serve": "astro build; astro preview",
"test": "is-ci-cli test:coverage test:watch",
"test:coverage": "vitest --coverage --run --api.port 9999",
Expand Down

0 comments on commit 9538acd

Please sign in to comment.