mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-12 20:15:10 +02:00
add signup package required for extension auth
This commit is contained in:
@@ -222,6 +222,8 @@ gulp.task('buildDistFolder', function (cb) {
|
||||
child_process.execSync('rm -rf dist');
|
||||
child_process.execSync('mv packages/website/_site dist');
|
||||
child_process.execSync(`mv ${APP_FOLDER} dist/`);
|
||||
child_process.execSync(`mkdir dist/signup`);
|
||||
child_process.execSync(`cp packages/signup/dist/*.* dist/signup/`);
|
||||
cb();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user