update me deploy path

This commit is contained in:
Alexander Rose
2024-07-13 18:01:34 -07:00
parent 77be659915
commit 79f812d0e1

View File

@@ -42,7 +42,7 @@ function copyViewer() {
function copyMe() {
console.log('\n###', 'copy me files');
const meBuildPath = path.resolve(buildDir, '../build/mesoscale-explorer/');
const meDeployPath = path.resolve(localPath, 'me/');
const meDeployPath = path.resolve(localPath, 'me/viewer/');
fse.copySync(meBuildPath, meDeployPath, { overwrite: true });
addAnalytics(path.resolve(meDeployPath, 'index.html'));
}