1.0.4 • Published 3 years ago
@bhaskarmantralahub/npm-wdio-mocha-publish-package v1.0.4
npm-wdio-mocha-publish-package
npm whoami
npm login
Add scope package name in package.json
{
  "name": "@bhaskarmantralahub/npm-wdio-mocha-publish-package",
  "version": "1.0.0",
  "description": ""
}npm publish commands
- --access
| access | description | example | 
|---|---|---|
| --access public | When publishing for the first time | npm publish --access public | 
| --access restricted | When publishing as a private package | npm publish --access restricted | 
- --tag