We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48154f8 commit 4ce5d1fCopy full SHA for 4ce5d1f
Brewfile.netlify
@@ -0,0 +1,4 @@
1
+brew "libusb"
2
+
3
+# libudev.h
4
+brew "systemd"
netlify.toml
@@ -1,3 +1,8 @@
[build]
- environment = { YARN_VERSION = "1.22.19", NODE_VERSION = "18.12.1" }
- command = "yarn && yarn storybook:build"
+command = "yarn && yarn storybook:build"
+[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