summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-22 08:28:57 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-22 08:28:57 +0100
commitbd08b2ffd465dbaeca826d7f30933e3843beaf58 (patch)
tree38e6b54ff7dcd4cd7723dfb27239b4d76484747d
parentb85ce2b1ee32503cd251f3d45548d22057a66837 (diff)
downloadcmdtest-bd08b2ffd465dbaeca826d7f30933e3843beaf58.tar.gz
Add the run-yarn script
-rwxr-xr-xrun-yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/run-yarn b/run-yarn
new file mode 100755
index 0000000..596996f
--- /dev/null
+++ b/run-yarn
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -eu
+
+./yarn --no-default-config --quiet "$@"