Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 225 Bytes

development.md

File metadata and controls

29 lines (22 loc) · 225 Bytes

Development

npm i -g rollup
npm i

Update version

npm version major|minor|patch

Release

Build dist:

npm run build

Check the produced bundle:

npm pack

Publish:

npm publish