diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 12:18:58 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 12:26:18 +0100 |
| commit | c07ff384cb6aaf037210aaa5b9bb1c119c6406fd (patch) | |
| tree | a281b9263c0b797b7c478580ee40ec45167fc63e /package.json | |
| parent | 0c0983428b387a587dc71baed30d7a16178b3ef2 (diff) | |
Fix GH actions build (please?)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 535183a..af8de10 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "typescript-eslint": "^8.25.0", "vite": "^6.2.0" }, - "overrides": { - "@rollup/rollup-linux-x64-gnu": "@rollup/wasm-node" + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "*" } -} +}
\ No newline at end of file |
