This commit is contained in:
Greg Fodor 2019-10-23 06:22:34 +00:00
Родитель 26cb7f32aa
Коммит 0c718786bf
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -10,7 +10,7 @@ if (!existsSync(".ret.credentials")) {
}
const { host, token } = JSON.parse(readFileSync(".ret.credentials"));
console.log(`Deploying Hubs to ${host}.`);
console.log(`Deploying to ${host}.`);
const getTs = (() => {
const p = n => (n < 10 ? `0${n}` : n);
@ -46,7 +46,7 @@ const getTs = (() => {
// });
//}
console.log("Building Hubs Client.");
console.log("Building Client.");
//await new Promise((resolve, reject) => {
// exec("npm ci", { }, err => {
@ -62,7 +62,7 @@ const getTs = (() => {
// });
//});
console.log("Building Hubs Admin Console.");
console.log("Building Admin Console.");
//await new Promise((resolve, reject) => {
// exec("npm ci", { cwd: "./admin" }, err => {