Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
ojas1 committed Oct 7, 2020
1 parent 111f201 commit 20c1dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function genComponentHtml(fn, data) {
fs.writeFileSync(`page-components/${base}.html`, html, "utf-8");
}

function prepaareStructure(labpath) {
function prepareStructure(labpath) {
child_process.execSync(`cp -rf lab-structure/* ${labpath}/`);
child_process.execSync(`mkdir -p ${labpath}/src/lab`);
}
Expand Down Expand Up @@ -232,7 +232,7 @@ function deployExperiments(labpath) {
const expDeploymentRepo =
"https://github.com/virtual-labs/ph3-beta-to-ui3.0-conv.git";
const expDeploymentWd = "ph3-beta-to-ui3.0-conv";
const tag = "v1.1.1";
const tag = "1.1.1_fix_3";

child_process.execSync(`rm -rf ${expDeploymentWd}`);
child_process.execSync(
Expand Down

0 comments on commit 20c1dbe

Please sign in to comment.