mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-05-03 17:00:39 +00:00
fix: update git add command to only include package.json
This commit is contained in:
+1
-1
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user