Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 22, 2021
1 parent 95ffa08 commit 57cc35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-from-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const {execSync} = require('child_process');

console.log(`Rebuilding installer...`);
try {
const {stdout, stderr} = execSync('npm run tsc-installer', {
execSync('npm run tsc-installer', {
stdio: ['inherit', 'inherit', 'inherit'],
});
} catch (e) {
Expand Down

0 comments on commit 57cc35b

Please sign in to comment.