mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
3 lines
78 B
Bash
Executable file
Vendored
3 lines
78 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
yarn --cwd "`dirname $0`"/../app/assets/javascripts/discourse "$@"
|