install new yarn packages on reload of service
parent
3579aa3f61
commit
b8c13336a0
|
|
@ -12,6 +12,8 @@ const { config } = require('../package.json');
|
||||||
const express = require('express');
|
const express = require('express');
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
|
appendLogs('yarn', execSync(`yarn`));
|
||||||
|
|
||||||
logp('==================================');
|
logp('==================================');
|
||||||
logp('Starting Valnet Node as a Service!');
|
logp('Starting Valnet Node as a Service!');
|
||||||
logp('Syncing to branch: ' + branch);
|
logp('Syncing to branch: ' + branch);
|
||||||
|
|
|
||||||
Reference in New Issue