Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 840 Bytes

README.intern.md

File metadata and controls

33 lines (26 loc) · 840 Bytes

About this Project

Publishing

Prepare

yarn global add vsce
yarn vsce login FraWa

Always

yarn test
yarn test-mutate
yarn vsce-package

Publish

yarn vsce-publish 

VERSION=$(jq -r .version package.json)
git tag $VERSION
git push origin $VERSION