mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
DEV: Add yarn-app shim to run yarn using the app modules (#20983)
This commit is contained in:
parent
6415bab455
commit
852475dca4
3
bin/yarn-app
Executable file
3
bin/yarn-app
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|
Loading…
Reference in New Issue
Block a user