fis-deploy-git
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -60,2 +60,7 @@ var os = require('os'); | ||
exec('git pull', {silent: conf.silent}); | ||
if (conf.clean === true) { | ||
exec('git rm ./* -r', {silent: conf.silent}); | ||
} | ||
files.forEach(function(fileInfo){ | ||
@@ -78,2 +83,2 @@ var file = fileInfo.file; | ||
module.exports.fullpack = true; | ||
module.exports.fullpack = true; |
{ | ||
"name": "fis-deploy-git", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "fis git deploy plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,4 @@ # fis-deploy-git | ||
remote: 'https://github.com/hefangshi/git-deploy-test.git', | ||
branch: 'gh-pages' | ||
branch: 'gh-pages', | ||
clean: false | ||
} | ||
@@ -32,0 +33,0 @@ }); |
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
4540
68
40