Skip to content

Commit 6829683

Browse files
Preparing release script for launch
1 parent d1193c7 commit 6829683

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

release.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ if [[ "$?" -ne 0 ]] ; then
3636
echo 'Aborting release due to build failure'; exit $rc
3737
fi
3838

39-
npm run bom
40-
if [[ "$?" -ne 0 ]] ; then
41-
echo 'Aborting release due to BOM creation failure'; exit $rc
42-
fi
43-
4439
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')
4540
zip -r frontend-dist.zip dist/*
4641
echo Publishing $PACKAGE_VERSION to GitHub Releases

0 commit comments

Comments
 (0)