Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 326 Bytes

DEV.md

File metadata and controls

28 lines (17 loc) · 326 Bytes

Notes on development

🚀 Release

1. Update the package version

Run npm version command.

For more details: https://docs.npmjs.com/cli/v8/commands/npm-version

2. Build & Create manifest

npm run prepack

3. Publishing

npm publish

4. Cleaning

npm run postpack