diff --git a/Lombiq.VueJs/package.json b/Lombiq.VueJs/package.json index c694c4e..4a22a84 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" + } } }