Skip to content

Commit

Permalink
Add build and preview app command
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sato1995 committed Jan 29, 2023
1 parent fca9d67 commit 53ff4b4
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 @@ -16,6 +16,8 @@
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
"build:app": "vite build",
"preview:app": "vite preview",
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

1 comment on commit 53ff4b4

@vercel
Copy link

@vercel vercel bot commented on 53ff4b4 Jan 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.