diff --git a/package.json b/package.json index a4a42e3..d32d0dc 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "scripts": { "dev": "concurrently \"pnpm storybook\" \"pnpm build\"", "build": "tsc && vite build --watch", + "buildOnce": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write .", "preview": "vite preview",