From f561ecc15fc0502355ef8cc7683a01aaccce7621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20J=C3=B8rgensen?= Date: Thu, 8 Aug 2024 20:32:02 +0200 Subject: [PATCH] Ensure correct build output and upload artifacts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a9c922..86e4b7c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "rollup": "^2.56.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.1", - "typescript": "^4.3.5" + "typescript": "^4.3.5", + "rollup-plugin-import-css": "^3.0.0" } } \ No newline at end of file