|
|
|
"publish": "npm run build && git checkout gh-pages && rm -rf static; rm index.html ; mv dist/static . && mv -f dist/index.html . && sed -i '' 's,/static,static,g' index.html && git add . && git push" |
|
|
|
"publish": "npm run build && git checkout gh-pages && rm -rf static; rm index.html ; mv dist/static . && mv -f dist/index.html . && sed -i '' 's,/static,static,g' index.html && git add . && git commit -m release && git push" |