exercism/elm/hello-world/runtests.sh

3 lines
81 B
Bash

#!/usr/bin/env bash
elm-make *Tests.elm --yes --output build.js && node build.js