From 38e52916f9bc14a238df50f191c0c0f748a3157a Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 7 Apr 2023 01:13:24 +0200 Subject: [PATCH] use mvn to bundle --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a51a1d6..74c8ebd 100755 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ ], "customUserAttributes": [ "your-custom-attribute" - ] + ], + "bundler": "mvn" }, "author": "u/garronej", "license": "MIT",