Skip to content

Commit

Permalink
ci: change create cli release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Jan 8, 2025
1 parent 6efdb0b commit e3c4894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-theme/scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function main() {

// Commit changes to the Git and create a tag.
step('\nCommitting changes...');
await run('git', ['add', 'package.json', '../template']);
await run('git', ['add', 'package.json', 'template']);
await run('git', ['commit', '-m', `chore: release: v${targetVersion}`]);

// Publish the package.
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"vitepress": "^1.5.0",
"vitepress-theme-mild": "0.2.0-beta.6"
"vitepress-theme-mild": "0.2.0"
}
}

0 comments on commit e3c4894

Please sign in to comment.