Skip to content

Commit

Permalink
Fixed parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 3, 2023
1 parent 39eb42f commit 4b23ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# https://github.com/npm/cli/issues/2199
run: >
export ETHERPAD_PLUGINS="ep_align ep_author_hover ep_cursortrace ep_font_size ep_hash_auth ep_headings2 ep_image_upload ep_markdown ep_readonly_guest ep_set_title_on_pad ep_spellcheck ep_subscript_and_superscript ep_table_of_contents"
/bin/bash -c 'ARR_PLUGINS=($ETHERPAD_PLUGINS) && jq -n "{plugins: \$ARGS.positional}" --args ${ARR_PLUGINS[@]} > var/installed_plugins.json'; }
/bin/bash -c 'ARR_PLUGINS=($ETHERPAD_PLUGINS) && jq -n "{plugins: \$ARGS.positional}" --args ${ARR_PLUGINS[@]} > var/installed_plugins.json'; }'
# Etherpad core dependencies must be installed after installing the
# plugin's dependencies, otherwise npm will try to hoist common
# dependencies by removing them from src/node_modules and installing them
Expand Down

0 comments on commit 4b23ee6

Please sign in to comment.