only _try_ to yarn install...

canary
Marcus 2021-04-01 15:44:39 -04:00
parent 19094bdcc5
commit 7b7f728740
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ const { config } = require('../package.json');
const express = require('express');
const app = express();
try {
appendLogs('yarn', execSync(`yarn`));
} catch (e) {
appendLogs('failed to yarn install...')
}
logp('==================================');
logp('Starting Valnet Node as a Service!');