diff --git a/deploy.bat b/deploy.bat index 640e60e..e41a76f 100644 --- a/deploy.bat +++ b/deploy.bat @@ -16,7 +16,13 @@ git add . git commit -m 'deploy Luckysheet docs' git push -f origin master:gh-pages - +# replease +npm run build npm run release -- --release-as patch git push --follow-tags origin master npm publish + +# only publish +npm run build +npm version patch +npm publish