psy пре 2 година
родитељ
комит
937c355d6a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/index.js

+ 1 - 1
src/index.js

@@ -1022,7 +1022,7 @@ router
     const util = require('node:util');
     const exec = util.promisify(require('node:child_process').exec);
     async function updateTool() {
-      const { stdout, stderr } = await exec('git pull && npm install .');
+      const { stdout, stderr } = await exec('git reset --hard && git pull && npm install .');
       console.log("updating SNH-Oasis");
       console.log(stdout);
       console.log(stderr);