Commit 1fbe9b88 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Remove YARN_CONFIG and add NODE_ENV=test to test-compile (#403)

parent 79ce7c1c
#!/usr/bin/env bash #!/usr/bin/env bash
NPM_CONFIG_PRODUCTION=false YARN_PRODUCTION=false "$(dirname ${0:-})/compile" "$1" "$2" "$3" NPM_CONFIG_PRODUCTION=false NODE_ENV=test "$(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