Skip to content

Commit 4ccc293

Browse files
committed
wip
1 parent a39ee75 commit 4ccc293

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci/steps/publish-npm-dev.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ main() {
3737
# Ignore symlink when publishing npm package
3838
# See: https://github.com/cdr/code-server/pull/3935
3939
echo "node_modules.asar" > release/.npmignore
40+
# TODO@jsjoeio
41+
# There are two things that need to happen
42+
# in order to publish on npm, we need to change the version
43+
# and possibly change the tag
4044
yarn publish --non-interactive release --tag "$TAG"
4145
}
4246

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "4.0.1",
4+
"version": "4.0.2-alpha-.0",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/cdr/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)