Skip to content

Commit 4ce5d1f

Browse files
committed
[LW-10808] Try one last time to fix Netlify
1 parent 48154f8 commit 4ce5d1f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Brewfile.netlify

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
brew "libusb"
2+
3+
# libudev.h
4+
brew "systemd"

netlify.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[build]
2-
environment = { YARN_VERSION = "1.22.19", NODE_VERSION = "18.12.1" }
3-
command = "yarn && yarn storybook:build"
2+
command = "yarn && yarn storybook:build"
3+
4+
[build.environment]
5+
YARN_VERSION = "1.22.19"
6+
NODE_VERSION = "18.12.1"
7+
CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include"
8+
LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib"

0 commit comments

Comments
 (0)