From 26443ecdc009c0af580a0ea9003928550cb4eb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Tue, 6 Aug 2024 13:39:59 +0200 Subject: [PATCH] Directly referring to scripts --- Lombiq.VueJs/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Lombiq.VueJs/package.json b/Lombiq.VueJs/package.json index c694c4e2..4a22a843 100644 --- a/Lombiq.VueJs/package.json +++ b/Lombiq.VueJs/package.json @@ -44,6 +44,10 @@ "target": "wwwroot/vendors/vue", "pattern": "vue.esm-browser.*" } - ] + ], + "scripts": { + "source": "Assets/Scripts", + "target": "wwwroot/js" + } } }