diff --git a/package.json b/package.json index 516eaff..e72ae4c 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "version": "0.0.0", "type": "module", "scripts": { + "prepack": "npm run build", "build": "tsc --p ./tsconfig.build.json && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "npx http-server ./storybook-static",