mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
2 lines
81 B
Bash
Executable file
2 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
elm-make *Tests.elm --yes --output build.js && node build.js
|