diff options
Diffstat (limited to 'provisioning/modules/pixelated/files')
-rwxr-xr-x | provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh index 5fa90b6a..2e15a42b 100755 --- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh +++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh @@ -32,9 +32,9 @@ echo "running python setup.py develop" python setup.py develop >/dev/null echo "running bower install" cd /vagrant/web-ui/ -bower install >/dev/null +node_modules/.bin/bower install >/dev/null echo "running go build" -./go build +LC_ALL=en_US.UTF-8 ./go build cd /vagrant |