reaction-cli
Advanced tools
Comparing version 0.6.8 to 0.6.9
@@ -28,3 +28,7 @@ 'use strict'; | ||
_utils.Log.info('\nReinstalling node_modules...'); | ||
(0, _shelljs.exec)('meteor npm install'); | ||
if (!!(0, _shelljs.which)('yarn')) { | ||
(0, _shelljs.exec)('yarn install'); | ||
} else { | ||
(0, _shelljs.exec)('meteor npm install'); | ||
} | ||
_utils.Log.success('Done!\n'); | ||
@@ -31,0 +35,0 @@ } |
{ | ||
"name": "reaction-cli", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "A command line tool for Reaction Commerce", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69525
1456