DEV: Add yarn-app shim to run yarn using the app modules (#20983)

This commit is contained in:
Daniel Waterworth 2023-04-05 13:12:58 -05:00 committed by GitHub
parent 6415bab455
commit 852475dca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
bin/yarn-app Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"