Skip to content
Snippets Groups Projects
Commit b024e748 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Quieten down the yarn build

parent 3541220f
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ def build_static(): ...@@ -162,7 +162,7 @@ def build_static():
local('git pull') local('git pull')
with lcd('/vagrant/opentech/static_src/'): with lcd('/vagrant/opentech/static_src/'):
local('yarn build:prod') local('yarn build:prod --silent')
@runs_once @runs_once
def deploy_static(): def deploy_static():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment