Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalikhan authored Apr 30, 2018
1 parent b89bd24 commit 0c5b592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ npm dedupe
npm up
npm install -g vsce
printf "Applying Token"
printf $VSCE_TOKEN
printf $VSCE_TOKEN | vsce login "Shan"
echo "[{\"name\":\"Shan\",\"pat\":\"$VSCE_TOKEN\"}]" > ~/.vsce
vsce publish

0 comments on commit 0c5b592

Please sign in to comment.