Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 304 Bytes

HowToPublish.md

File metadata and controls

24 lines (20 loc) · 304 Bytes

公開手順

  1. テスト
npm link
# from user repository
npm link @masaue/jan-js-lib
  1. 公開
npm version (major | minor | patch)
git push origin --tags
npm publish --dry-run
npm publish
  1. 後片付け
# from user repository
npm unlink @masaue/jan-js-lib

npm unlink (-g)