summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-12 12:26:18 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-12 12:56:13 +0200
commit5b44086e0b6a60433df9ae27b56c5f52fdc2a5df (patch)
treee50f00747d26054d4e8b3ac22ce64bab6b49f16b
parent0a52be884af28f8564ecbe0caa544f732040eb10 (diff)
downloadgenbackupdata-5b44086e0b6a60433df9ae27b56c5f52fdc2a5df.tar.gz
Add script to run yarn
-rwxr-xr-xcheck5
1 files changed, 5 insertions, 0 deletions
diff --git a/check b/check
new file mode 100755
index 0000000..fa838be
--- /dev/null
+++ b/check
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -eu
+
+yarn --shell python2 --shell-arg '' manual.yarn "$@"