mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add yarn-app shim to run yarn using the app modules (#20983)
This commit is contained in:
committed by
GitHub
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 "$@"
|
||||
Reference in New Issue
Block a user