Skip to content

Commit 7d8e560

Browse files
task
1 parent eeb7235 commit 7d8e560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
}
6060
},
6161
{
62-
"label": "NPM deploy",
62+
"label": "NPM release",
6363
"type": "shell",
64-
"command": "pnpm build && npm publish --access public",
64+
"command": "pnpm release",
6565
"problemMatcher": [],
6666
"presentation": {
6767
"reveal": "silent",

0 commit comments

Comments
 (0)