Commit 60c8fafb authored by Hunter Loftis's avatar Hunter Loftis

initial implementation for bin/test and bin/test-compile

parent 5f7dcf14
#!/usr/bin/env bash
cd "$1" && npm test
#!/usr/bin/env bash
NPM_CONFIG_PRODUCTION=false "$(dirname ${0:-})/compile" "$1" "$2" "$3"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment