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

Latest commit

 

History

History
22 lines (15 loc) · 396 Bytes

MAINTAIN.md

File metadata and controls

22 lines (15 loc) · 396 Bytes

Publishing

Once all code changes for the new version are merged, do

npm run release

This would run all the required checks, bump version and create a new tag. After that, run:

git push --follow-tags origin master

to push new tag to the repository and then do

cd ./dist/angular-contenteditable-accessor
npm publish --access=public

to publish new version to npm.