Skip to content

Commit 72bdf01

Browse files
committed
Prepare publish via ci
1 parent f20fb31 commit 72bdf01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-url",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A library to create urls for the `vscode-remote://` URI scheme.",
55
"keywords": [
66
"vscode",
@@ -43,6 +43,6 @@
4343
"format": "prettier --write .",
4444
"check-format": "prettier --check .",
4545
"check-exports": "attw --pack .",
46-
"local-release": "npm run ci && changeset version && changeset publish"
46+
"release": "npm run ci && changeset version && changeset publish"
4747
}
4848
}

0 commit comments

Comments
 (0)