1
0
mirror of https://github.com/bitwarden/web synced 2026-01-04 01:23:22 +00:00

Update build commands (#1180)

This commit is contained in:
Oscar Hinton
2021-09-14 13:26:26 +02:00
committed by GitHub
parent c82d1b3c50
commit 30d2aeb6a3
5 changed files with 24 additions and 30 deletions

View File

@@ -107,7 +107,7 @@ jobs:
echo -e "# Building Web\n"
echo "Building app"
echo "npm version $(npm --version)"
npm run dist:selfhost
npm run dist:bit:selfhost
echo -e "\nBuilding Docker image"
docker --version
@@ -200,7 +200,7 @@ jobs:
jq --arg version "$VERSION - ${GITHUB_SHA:0:7}" '.version = $version' package.json > package.json.tmp
mv package.json.tmp package.json
npm run build:qa
npm run build:bit:qa
echo "{\"commit_hash\": \"$GITHUB_SHA\", \"ref\": \"$GITHUB_REF\"}" | jq . > build/info.json
@@ -285,4 +285,4 @@ jobs:
run: npm install
- name: NPM build
run: npm run build:cloud
run: npm run build:bit:cloud