Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 142 Bytes

publishing.md

File metadata and controls

10 lines (8 loc) · 142 Bytes

Publishing

To publish a new build:

npm login
# Make sure your code is in the state you want it.
npm run build
npm run publish