mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 10:54:10 +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 "$@"
|