We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db12e64 commit cf0c116Copy full SHA for cf0c116
plugins/install-plugins.sh
@@ -38,3 +38,4 @@ echo $PLUGINS | tr ' ' '\n' | xargs -P 0 -I {} bash -c 'install_plugin "$@"' _ {
38
echo $PLUGINS | tr ' ' '\n' | while read plugin; do
39
do_npm_ci "$plugin"
40
done
41
+
0 commit comments