Skip to content

Commit

Permalink
fix build of frontend package
Browse files Browse the repository at this point in the history
add optional dependency of @rollup/rollup-linux-arm64-musl.
Reason: vite starts failing on building on linux architecture - reference article - vitejs/vite#15492
  • Loading branch information
MSzalowski committed Feb 20, 2024
1 parent 99be56d commit 6f2c394
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 396 deletions.
184 changes: 184 additions & 0 deletions govtool/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions govtool/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"vite": "^4.3.9",
"vitest": "^1.1.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-musl": "4.12.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
Expand Down
Loading

0 comments on commit 6f2c394

Please sign in to comment.