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 1deb264 commit b4d11aaCopy full SHA for b4d11aa
tools/make/lib/bundle/browser.mk
@@ -72,7 +72,7 @@ dist-bundles-publish: $(NODE_MODULES) dist-bundles
72
echo ""; \
73
echo "Publishing package: $$pkg"; \
74
cd $$pkg; \
75
- $(NPM) publish --access public --dry-run || exit 1; \
+ $(NPM) publish --access public || exit 1; \
76
done
77
$(QUIET) echo 'Finished publishing packages.'
78
0 commit comments