From 3b92a45df4af738c186ba34585ba33151dd5ec28 Mon Sep 17 00:00:00 2001 From: Austin Hornhead Date: Fri, 24 May 2024 10:11:45 +0200 Subject: [PATCH] chore: Add quickcheck script for building and previewing the app Signed-off-by: Austin Hornhead --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b74ed1..4292383 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview" + "preview": "vite preview", + "quickcheck": "vite build && vite preview" }, "dependencies": { "@radix-ui/react-avatar": "^1.0.4",