mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
add yarn actions, fix ShadowsocksConfig macro, webpack bin (#993)
* add yarn actions, fix ShadowsocksConfig macro, webpack bin reverting unnecessary specificity * tweak action trigger
This commit is contained in:
parent
c37dd3751a
commit
f342bca31f
3 changed files with 11 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"scripts": {
|
||||
"clean": "rm -rf src/*/node_modules/ build/ node_modules/ src/server_manager/install_scripts/do_install_script.ts src/server_manager/install_scripts/gcp_install_script.ts third_party/shellcheck/download/",
|
||||
"do": "bash ./scripts/do_action.sh",
|
||||
"actions": "find . -name '*_action.sh' | sed -E 's:./src/(.*)_action.sh:\\1:' | grep -v 'scripts/do_action'",
|
||||
"lint": "yarn shellcheck && yarn tslint",
|
||||
"shellcheck": "bash ./scripts/shellcheck.sh",
|
||||
"tslint": "tslint 'src/**/*.ts' -e '**/node_modules/**'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue