Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed May 14, 2024
1 parent cba1a35 commit df0426b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ const release = async (pkgName: keyof typeof pkgNameAlias) => {

const run = async () => {
console.log("start release @git-dff-view packages");
await release("@git-diff-view/lowlight");
await release("@git-diff-view/shiki");
await release("@git-diff-view/core");
await release("@git-diff-view/file");
await release("@git-diff-view/react");
await release("@git-diff-view/vue");
await release("@git-diff-view/lowlight");
await release("@git-diff-view/file");
await release("@git-diff-view/shiki");
};

run();

0 comments on commit df0426b

Please sign in to comment.