Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 168 Bytes

Publish.md

File metadata and controls

12 lines (8 loc) · 168 Bytes

Publish Step

# update package version including both package.json and lock

npm run build # make sure dist is latest

git add .
git commit

npm publish