diff --git a/scripts/release.js b/scripts/release.js index a620c0e..5824d20 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -76,7 +76,7 @@ function main() { console.log(`📦 Updated version to ${newVersion}`); // 2. Add and commit changes - execSync('git add package.json *.html src/pages/*.html', { + execSync('git add package.json', { stdio: 'inherit', }); execSync(`git commit -m "Release v${newVersion}"`, { stdio: 'inherit' });