From 6597d914e271877e6c8734e48ea5df71ee855da6 Mon Sep 17 00:00:00 2001 From: LuisHsu Date: Wed, 20 Mar 2024 03:08:38 -0700 Subject: [PATCH] Use glob to support wildcards --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4824448..783b25d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/WasmVM/release-action.git" }, "scripts": { - "build": "ncc build index.js -o dist" + "build": "ncc build index.js -o dist -m" }, "author": "Luis Hsu", "license": "Apache",