mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
update build process for docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// https://github.com/shelljs/shelljs
|
||||
const shell = require('shelljs');
|
||||
|
||||
shell.exec('gitbook build', (code, stdout, stderr) => {
|
||||
if( code === 0 ) {
|
||||
shell.exec('mv _book site/docs')
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user