Skip to content

Commit

Permalink
[LW-10808] Try one last time to fix Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Aug 5, 2024
1 parent 48154f8 commit 4ad044d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Brewfile.netlify
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brew "libusb"

# libudev.h
brew "systemd"
7 changes: 6 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build]
environment = { YARN_VERSION = "1.22.19", NODE_VERSION = "18.12.1" }
environment = {
YARN_VERSION = "1.22.19",
NODE_VERSION = "18.12.1",
CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include",
LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib",
}
command = "yarn && yarn storybook:build"

0 comments on commit 4ad044d

Please sign in to comment.