Skip to content

Commit

Permalink
ready release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Apr 8, 2024
1 parent 744e850 commit 2ba41b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const release = async (pkgName: keyof typeof pkgNameAlias) => {
};

const run = async () => {
console.log('start release @git-dff-view packages');
console.log("start release @git-dff-view packages");
await release("@git-diff-view/core");
await release("@git-diff-view/react");
await release("@git-diff-view/vue");
Expand Down

0 comments on commit 2ba41b5

Please sign in to comment.