Skip to content

Commit 409dada

Browse files
committed
fixup! remove comment
1 parent ad7b23c commit 409dada

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/steps/publish-npm-dev.sh

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ main() {
4848
# Ignore symlink when publishing npm package
4949
# See: https://github.com/cdr/code-server/pull/3935
5050
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
5551
pushd release
5652
# This modifes the version in the package.json
5753
npm version "$VERSION-$TAG"

0 commit comments

Comments
 (0)