Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 197 Bytes

REMARK.md

File metadata and controls

14 lines (13 loc) · 197 Bytes

publish:

1 new version
package.json -> version -> x.x.x
2 default registry
npm config set registry https://registry.npmjs.org
3 login
npm login
4 build
npm run build
5 publish
npm publish