Skip to content

Commit c7bbcb8

Browse files
committed
Change to deploy script
Signed-off-by: Rob Stryker <rob@oxbeef.net> Change to deploy script Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent 6c408f4 commit c7bbcb8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

npmUpversionMicroTagPush.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ read -p "Press enter to continue"
3535

3636
npm install
3737
npm run build
38-
echo "Did the build work? If yes, let's package it"
38+
echo "Did the build work?"
39+
read -p "Press enter to continue"
40+
41+
echo ""
42+
echo ""
43+
msgLine1=`ls server/bundle/*spi* | cut -f 2 -d "_" | cut -f 1,2,3 -d "." | awk '{ print "Now using the " $0 " release of rsp-server. "}'`
44+
echo $msgLine1
45+
echo ""
46+
echo "Let's package it now"
3947
read -p "Press enter to continue"
4048

4149
vsce package

0 commit comments

Comments
 (0)