Skip to content

Commit

Permalink
Fix available packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
vividviolet committed Jul 29, 2021
1 parent 21aa40c commit 8264de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-consumer-spin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: $(basename "$0") <workspace short name> [<package_name>]
Build UI Extensions packages into a project
<workspace short name> Target spin workspace, i.e. only enter \`web\` if your workspace is \`web.test.trish-ta.us.spin.dev\`
<workspace short name> Target spin workspace short name, i.e. only enter \`web\` if your workspace is \`web.test.trish-ta.us.spin.dev\`
<package_name> Space separated package names
default: ${AVAILABLE_PACKAGES[@]}
Expand Down
2 changes: 1 addition & 1 deletion scripts/consumer-helper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

AVAILABLE_PACKAGES=('admin-ui-extensions' 'admin-ui-extensions-react' 'checkout-ui-extensions', 'checkout-ui-extensions-react', 'post-purchase-ui-extensions', 'post-purchase-ui-extensions-react', 'checkout-ui-extensions-run')
AVAILABLE_PACKAGES=('admin-ui-extensions' 'admin-ui-extensions-react' 'checkout-ui-extensions' 'checkout-ui-extensions-react' 'post-purchase-ui-extensions' 'post-purchase-ui-extensions-react' 'checkout-ui-extensions-run')
ROOT=$(pwd)

# Font color
Expand Down

0 comments on commit 8264de4

Please sign in to comment.