mirror of
https://github.com/correl/elm.git
synced 2025-01-08 03:00:11 +00:00
3 lines
81 B
Bash
3 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
elm-make *Tests.elm --yes --output build.js && node build.js
|