Revert "chore: rebuild node-hid to hide USB usage data (#853)" (#861)

This reverts commit 1a14ac020e.
This commit is contained in:
Róbert Kiss
2018-11-14 23:14:05 +01:00
committed by GitHub
parent 1a14ac020e
commit a52b34fc3f
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
const {execSync} = require('child_process');
const {join} = require('path');
const cwd = join(__dirname, '../packages/uhk-agent/dist/node_modules/node-hid');
console.log(`rebuild node-hid in ${cwd}`);
execSync('node-gyp rebuild', {cwd, shell: true, stdio: [0, 1, 2]});