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 317ba9f commit 716f5bcCopy full SHA for 716f5bc
Makefile
@@ -171,6 +171,11 @@ $(TARBALL): node out/doc
171
rm -rf $(TARNAME)
172
gzip -f -9 $(TARNAME).tar
173
174
+dist-upload: $(TARBALL) $(PKG)
175
+ ssh node@nodejs.org mkdir -p web/nodejs.org/dist/$(VERSION)
176
+ scp $(TARBALL) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARBALL)
177
+ scp $(PKG) node@nodejs.org:~/web/nodejs.org/dist/$(VERSION)/$(TARNAME).pkg
178
+
179
bench:
180
benchmark/http_simple_bench.sh
181
0 commit comments