@tinkoff/package-manager-wrapper
Advanced tools
Comparing version 0.0.5 to 0.1.3
@@ -24,2 +24,4 @@ import fs, { existsSync } from 'fs'; | ||
run(command, options) { | ||
// TODO: maybe replace with execa in order to show output in console with stdio: 'inherit' | ||
// as it easier to debug problems in that case | ||
return exec(command, { | ||
@@ -26,0 +28,0 @@ ...options, |
@@ -35,2 +35,4 @@ 'use strict'; | ||
run(command, options) { | ||
// TODO: maybe replace with execa in order to show output in console with stdio: 'inherit' | ||
// as it easier to debug problems in that case | ||
return exec(command, { | ||
@@ -37,0 +39,0 @@ ...options, |
{ | ||
"name": "@tinkoff/package-manager-wrapper", | ||
"version": "0.0.5", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
13686
526
368