diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 8621132..fe4a49e 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,12 @@ "access": "public" }, "scripts": { + "build": "vite build", "check": "svelte-check --tsconfig tsconfig.json", + "dev": "vite", "package": "svelte-package -i source/library -o dist", "prepublishOnly": "bun run package", + "preview": "vite preview", "publish": "bun run package && bun publish", "test": "vitest run" }, |