grunt-iw-release
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "grunt-iw-release", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "InsideWarehouse release/deploy flow", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -59,3 +59,3 @@ module.exports = function (grunt) { | ||
sshexecConfig.restart = { | ||
command: "cd <%= pkg.deployment.path %>/apps/<%= pkg.name.replace(/\\@\\w+\\//, '') %>/; npm restart" | ||
command: "cd <%= pkg.deployment.path %>/apps/<%= pkg.name.replace(/\\@\\w+\\//, '') %>/; bash --login -c 'npm restart'" | ||
}; | ||
@@ -62,0 +62,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8961
0