npm.io
1.0.9 • Published 4 years ago

celer-web-utils

Licence
MIT
Version
1.0.9
Deps
5
Size
24 kB
Vulns
0
Weekly
0

celer-web-utils

Deployment

  1. install dependencies

    yarn 或 npm 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