4 lines
120 B
Batchfile
4 lines
120 B
Batchfile
call npm run build
|
|
call git add dist -f
|
|
call git commit -m 'publish'
|
|
call git subtree push --prefix dist origin gh-pages |