diff --git a/scripts/ghPagesDeploy.js b/scripts/ghPagesDeploy.js index cce2a16d3..157b7dd9a 100644 --- a/scripts/ghPagesDeploy.js +++ b/scripts/ghPagesDeploy.js @@ -103,7 +103,7 @@ function main() { console.log('\nCommiting Changes\n'); // add stage all changes - execSync('git add *', { stdio: 'inherit' }); + execSync('git add -A', { stdio: 'inherit' }); if (!hasChanges()) { console.log('No changes, exiting');