From c475ede38386b11f21002aed2546951d26edfb77 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Fri, 21 Apr 2023 10:39:18 +0200 Subject: [PATCH] chore: Aggiunti file inclusi in package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dba900e8b..43f7f467c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "0.0.0.0", "private": true, "packageManager": "pnpm@8.2.0", - "files": [], + "files": [ + "resources/ts/**/*" + ], "scripts": { "build": "vite build", "build:dev": "vite build --mode development",