File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dist-bundles: $(NODE_MODULES) clean-dist
5656 echo " Compressing file: $$ file" ; \
5757 $(GZIP ) " $$ file" -9 -c > " $$ file" .gz || exit 1; \
5858 done
59- $(QUIET ) echo ' Generated bundles.'
59+ $(QUIET ) echo ' Finished generating bundles.'
6060
6161.PHONY : dist-bundles
6262
@@ -78,7 +78,7 @@ publish-dist-bundles: $(NODE_MODULES) dist-bundles
7878 cd $$ pkg; \
7979 $(NPM ) publish --access public || exit 1; \
8080 done
81- $(QUIET ) echo ' Published packages.'
81+ $(QUIET ) echo ' Finished publishing packages.'
8282
8383.PHONY : publish-dist-bundles
8484
@@ -95,6 +95,6 @@ clean-dist:
9595 echo " Removing build artifacts for package: $$ pkg" ; \
9696 rm -rf $$ pkg/build || exit 1; \
9797 done
98- $(QUIET ) echo ' Removed build artifacts.'
98+ $(QUIET ) echo ' Finished removing build artifacts.'
9999
100100.PHONY : clean-dist
You can’t perform that action at this time.
0 commit comments