Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

HOW_TO_BUILD_AND_PUBLISH_LIB.md

File metadata and controls

15 lines (11 loc) · 307 Bytes

dropzone-frontend

How to build and publish the lib to npm

working directory must be dropzone-frontend

npm run build-lib
npm version patch
npm login
npm publish
git add .
git commit -m "add a comment!"
git push

During the 'npm publish' the prettier runs and the tslint.