Skip to content

Commit

Permalink
feat: adds build-web command for static hosting of themes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Oct 26, 2023
1 parent 7e236e1 commit 32e3d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"dev": "vite",
"build": "tsup",
"build-web": "vite build",
"preview": "vite preview",
"release": "pnpm build && npx publint && npx bumpp && pnpm publish",
"test": "vitest",
Expand Down

0 comments on commit 32e3d2d

Please sign in to comment.