|
|
@ -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 |
|
|
|