DEV: Add yarn-app shim to run yarn using the app modules (#20983)
This commit is contained in:
parent
6415bab455
commit
852475dca4
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|
Loading…
Reference in New Issue