We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39ee75 commit 4ccc293Copy full SHA for 4ccc293
ci/steps/publish-npm-dev.sh
@@ -37,6 +37,10 @@ main() {
37
# Ignore symlink when publishing npm package
38
# See: https://github.com/cdr/code-server/pull/3935
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
44
yarn publish --non-interactive release --tag "$TAG"
45
}
46
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-server",
3
"license": "MIT",
4
- "version": "4.0.1",
+ "version": "4.0.2-alpha-.0",
5
"description": "Run VS Code on a remote server.",
6
"homepage": "https://github.com/cdr/code-server",
7
"bugs": {
0 commit comments