celer-web-utils
v1.0.9
Published
## Deployment
Readme
celer-web-utils
Deployment
install dependencies
yarn或npm installnpm build & publish
npm publish需要先升级
package.json中的versionnpm publish会先运行preparescript,在其中运行了npm run build然后运行
prepublishOnlyscript,在其中运行了npm run test && - npm run lint
git add && commit && push
git add .git commit -m "something"git push
