Skip to content

Commit

Permalink
chore: add preview script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 17, 2024
1 parent 7cb55e0 commit ce642f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"clean": "rimraf --glob packages/*/{dist}",
"play": "pnpm -F \"./playground\" dev",
"play:build": "pnpm -F \"./playground\" build",
"play:preview": "pnpm -F \"./playground\" preview",
"dev": "pnpm -r -F \"./packages/*\" dev && pnpm play",
"build": "pnpm clean && pnpm -r -F \"./packages/*\" build && pnpm play:build",
"preview": "pnpm play:preview",
"release": "bumpp -r && pnpm publish -r",
"test": "vitest run",
"test:watch": "vitest",
Expand Down

0 comments on commit ce642f8

Please sign in to comment.