1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

preprocess dist for self hosted

This commit is contained in:
Kyle Spearrin
2017-08-15 09:16:19 -04:00
parent 2772bffd09
commit 635caa9ad0
5 changed files with 18 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ echo -e "\nBuilding app"
echo -e "npm version $(npm --version)"
echo -e "gulp version $(gulp --version)"
npm install
gulp dist
gulp dist:selfHosted
echo -e "\nBuilding docker image"
docker --version