1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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

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