From 5b44086e0b6a60433df9ae27b56c5f52fdc2a5df Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 12 Feb 2016 12:26:18 +0200 Subject: Add script to run yarn --- check | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check 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 "$@" -- cgit v1.2.1