Skip to content

Commit 92dc871

Browse files
awintersteingithub-actions[bot]
authored andcommitted
Added rollup dependency explicitly for both architectures.
This is needed, because the arm64 build started to fail without this explicit declaration.
1 parent 4d281a2 commit 92dc871

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/client/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"vuedraggable": "^2.24.3",
5151
"vuejs-datepicker": "https://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0"
5252
},
53+
"optionalDependencies": {
54+
"@rollup/rollup-linux-amd64-gnu": "^4.43.0",
55+
"@rollup/rollup-linux-arm64-gnu": "^4.43.0"
56+
},
5357
"devDependencies": {
5458
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
5559
"@vitest/browser": "^3.0.5",

0 commit comments

Comments
 (0)