cleanup linux alpine build

This commit is contained in:
João Moreno
2020-11-11 10:14:14 +01:00
parent b7cb5e2e1a
commit eba1343a10
14 changed files with 150 additions and 145 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
echo "Installing remote dependencies"
(cd remote && rm -rf node_modules && yarn)