Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 462 Bytes

File metadata and controls

28 lines (21 loc) · 462 Bytes

Deployment notes

To npm

Publishing @kenrick95/c4

NOTE:

  1. Check for package.json fields error

    yarn workspace @kenrick95/c4 check-package-json
    
  2. Bump version

    yarn workspace @kenrick95/c4 version <major|minor|patch>
    
  3. Commit + tag

    git commit -m "vx.x.x"
    git tag vx.x.x
    
  4. Publish to npm

    yarn workspace @kenrick95/c4 npm publish