From 2ef3f1deea0685cb0f3cc4352c3f316aa3fad30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B8b=C4=97rt=C3=B8?= <106074508+EchoDex@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:25:27 +0400 Subject: [PATCH] build: correct error with gnu for linux --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 72e4ee6..88a5744 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,9 @@ "tsup": "^8.0.2", "typescript": "^5.4.5" }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.18.0" + }, "engines": { "node": ">=18" }