We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744e850 commit 2ba41b5Copy full SHA for 2ba41b5
1 file changed
scripts/release.ts
@@ -61,7 +61,7 @@ const release = async (pkgName: keyof typeof pkgNameAlias) => {
61
};
62
63
const run = async () => {
64
- console.log('start release @git-dff-view packages');
+ console.log("start release @git-dff-view packages");
65
await release("@git-diff-view/core");
66
await release("@git-diff-view/react");
67
await release("@git-diff-view/vue");
0 commit comments