Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 352 Bytes

PUBLISH.md

File metadata and controls

23 lines (16 loc) · 352 Bytes

Publish Package

Local Publish

  1. Delete below at package.json
"publishConfig": {
    "@beeinventor:registry": "https://npm.pkg.github.com"
  },
  1. Publish
npm publish --registry http://localhost:4873

Local Unpublish

npm publish @beeinventor/dasiot-react-component-lib@<tag> --registry http://localhost:4873