Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 352 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 352 Bytes

npm-package-template

Dev

yarn dev

Build

The README.md file, package.json file, and all files in src/components will be exported.

yarn build

Publish

Be sure to change private to false in the package.json.

yarn build
npm version patch
npm publish --access public