Skip to content

Commit b4d11aa

Browse files
committed
Remove dry-run option
1 parent 1deb264 commit b4d11aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/bundle/browser.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dist-bundles-publish: $(NODE_MODULES) dist-bundles
7272
echo ""; \
7373
echo "Publishing package: $$pkg"; \
7474
cd $$pkg; \
75-
$(NPM) publish --access public --dry-run || exit 1; \
75+
$(NPM) publish --access public || exit 1; \
7676
done
7777
$(QUIET) echo 'Finished publishing packages.'
7878

0 commit comments

Comments
 (0)