Commit 7d578d74 authored by Hunter Loftis's avatar Hunter Loftis Committed by GitHub

Merge pull request #339 from hunterloftis/ci

initial implementation for bin/test and bin/test-compile
parents 5f7dcf14 60c8fafb
#!/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