From dea4b446aa7c6d5cb869f9d73e03a5722797fce9 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 30 Aug 2024 16:14:13 +0200 Subject: [PATCH] Add prepack script --- package.json | 1 + 1 file changed, 1 insertion(+) 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",