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 acbd79a commit caf9970Copy full SHA for caf9970
rebar.config
@@ -7,6 +7,6 @@
7
]}
8
]}.
9
10
-{pre_hooks, [{"(linux|darwin|solaris|win32)", compile, "gleam build ."}]}.
+{pre_hooks, [{compile, "gleam build ."}]}.
11
12
{deps, []}.
0 commit comments