Browse Source

docs(deploy): deploy

deploy
master
mengshukeji 5 years ago
parent
commit
69327bb1e1
  1. 8
      deploy.bat

8
deploy.bat

@ -16,7 +16,13 @@ git add .
git commit -m 'deploy Luckysheet docs' git commit -m 'deploy Luckysheet docs'
git push -f origin master:gh-pages git push -f origin master:gh-pages
# replease
npm run build
npm run release -- --release-as patch npm run release -- --release-as patch
git push --follow-tags origin master git push --follow-tags origin master
npm publish npm publish
# only publish
npm run build
npm version patch
npm publish

Loading…
Cancel
Save