From 699a7b453b90a117776dbb64a09f4c8b312acd04 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 1 Jun 2023 14:26:07 -0300 Subject: new asset api --- packages/demobank-ui/test.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/demobank-ui/test.mjs') diff --git a/packages/demobank-ui/test.mjs b/packages/demobank-ui/test.mjs index 0cba3b292..9ff6055c6 100755 --- a/packages/demobank-ui/test.mjs +++ b/packages/demobank-ui/test.mjs @@ -23,8 +23,9 @@ const allTestFiles = getFilesInDirectory("src", /.test.tsx?$/); await build({ type: "test", source: { - js: allTestFiles, - assets: ["src/index.html"], + js: allTestFiles.files, + assets: [{base:"src",files:["src/index.html"]}], + }, destination: "./dist/test", css: "sass", -- cgit v1.2.3