1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-21 23:12:19 +02:00

Merge remote-tracking branch 'origin/master' into manifestv3

This commit is contained in:
Kushagra Gour
2024-05-09 17:26:50 +05:30
26 changed files with 2356 additions and 1536 deletions

View File

@ -224,6 +224,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();
});