From 852475dca4dff3b3a50063a61d84fb668692316e Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Wed, 5 Apr 2023 13:12:58 -0500 Subject: [PATCH] DEV: Add yarn-app shim to run yarn using the app modules (#20983) --- bin/yarn-app | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/yarn-app diff --git a/bin/yarn-app b/bin/yarn-app new file mode 100755 index 00000000000..2fde5b9ed6e --- /dev/null +++ b/bin/yarn-app @@ -0,0 +1,3 @@ +#!/bin/sh + +yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"