2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

remove docs folder before copying

This commit is contained in:
Jeff
2018-01-15 15:58:31 -08:00
parent ce6d3ea2cd
commit 724cf09423
+1
View File
@@ -3,6 +3,7 @@ const shell = require('shelljs');
shell.exec('gitbook build', (code, stdout, stderr) => {
if( code === 0 ) {
shell.rm('-rf', 'site/docs');
shell.exec('mv _book site/docs')
}
});