1.0.0 • Published 2 years ago

number-format-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

celer-web-utils

Deployment

  1. install dependencies

    yarnnpm install

  2. npm build & publish

    npm publish

    需要先升级 package.json 中的 version

    1. npm publish 会先运行 prepare script,在其中运行了 npm run build

    2. 然后运行 prepublishOnly script,在其中运行了 npm run test && - npm run lint

  3. git add && commit && push

    1. git add .

    2. git commit -m "something"

    3. git push