Skip to content

Commit

Permalink
Use serve
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Jan 29, 2025
1 parent b50db2a commit aefb615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/css-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --host",
"preview": "npx -y serve dist --listen 3050 -L",
"clean": "rimraf dist && rimraf node_modules && rimraf .turbo",
"approve": "backstop --config=./backstop/backstop.cjs approve",
"test:only": "backstop --config=./backstop/backstop.cjs test --docker",
"test": "npm-run-all -p -r \"preview\" \"test:only {1}\" --"
"test": "pnpm run preview & pnpm run test:only"
},
"prettier": "configs/prettier-astro-config.js"
}

0 comments on commit aefb615

Please sign in to comment.