1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
bitwarden-browser/build.ps1

14 lines
278 B
PowerShell
Raw Normal View History

2017-08-07 23:07:56 +02:00
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n# Building Web"
echo "`nBuilding app"
echo "npm version $(npm --version)"
npm install
2018-07-18 21:21:51 +02:00
npm run sub:update
npm run dist:selfhost
2017-08-07 23:07:56 +02:00
echo "`nBuilding docker image"
docker --version
docker build -t bitwarden/web $dir\.