From 8c5e9abd75596fcbf554937790d726de74f99e01 Mon Sep 17 00:00:00 2001 From: Gaston Gaiduk Date: Wed, 18 Dec 2024 18:17:11 +0100 Subject: [PATCH] Fix deployment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1baf85..8032d00 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "vite", "dev:cypress": "VITE_ENCRYPTION_KEY=1234567890_KEY vite --host", - "build": "vue-tsc -b && vite build", + "build": "vue-tsc && vite build", "preview": "vite preview", "cy:open": "cypress open", "cy:run": "cypress run"