1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-18 14:15:03 +02:00

remove ps1 script

This commit is contained in:
Kyle Spearrin 2018-08-01 10:53:02 -04:00
parent 2ab2f757a0
commit 9bdf7ff174

View File

@ -1,13 +0,0 @@
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n# Building Web"
echo "`nBuilding app"
echo "npm version $(npm --version)"
npm install
npm run sub:update
npm run dist:selfhost
echo "`nBuilding docker image"
docker --version
docker build -t bitwarden/web $dir\.