mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
remove ps1 script
This commit is contained in:
13
build.ps1
13
build.ps1
@@ -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\.
|
|
||||||
Reference in New Issue
Block a user