We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7b23c commit 409dadaCopy full SHA for 409dada
ci/steps/publish-npm-dev.sh
@@ -48,10 +48,6 @@ main() {
48
# Ignore symlink when publishing npm package
49
# See: https://github.com/cdr/code-server/pull/3935
50
echo "node_modules.asar" > release/.npmignore
51
- # TODO@jsjoeio
52
- # There are two things that need to happen
53
- # in order to publish on npm, we need to change the version
54
- # and possibly change the tag
55
pushd release
56
# This modifes the version in the package.json
57
npm version "$VERSION-$TAG"
0 commit comments