From 10adb2ca72bec04e4d9fa2f09165ffaa11014276 Mon Sep 17 00:00:00 2001 From: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:40:51 +1100 Subject: [PATCH] test build with icon.png (#54) Signed-off-by: cbh778899 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 57e77aa..e054424 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,8 @@ "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "vite": "^5.4.1" + }, + "build": { + "icon": "build/icons/icon.png" } }