File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ main() {
37
37
# Ignore symlink when publishing npm package
38
38
# See: https://github.com/cdr/code-server/pull/3935
39
39
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
40
44
yarn publish --non-interactive release --tag " $TAG "
41
45
}
42
46
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 4.0.1 " ,
4
+ "version" : " 4.0.2-alpha-.0 " ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/cdr/code-server" ,
7
7
"bugs" : {
You can’t perform that action at this time.
0 commit comments