summaryrefslogtreecommitdiff
path: root/bin/sandbox
diff options
context:
space:
mode:
authorNicholas Van Doorn <nick@super.gd>2021-07-26 15:52:23 -0700
committerGitHub <noreply@github.com>2021-07-26 15:52:23 -0700
commit31a3e63e98448544285f129c13bd000187b02576 (patch)
tree5b2e6730ec161b8ce362e81e6a9c6c43030d9e2f /bin/sandbox
parentb7af04133f796b14bef0781e918d7eb7a46f6c0e (diff)
parentb96799b59bae6e6a1b974604a7830b29bf44b8e1 (diff)
Merge pull request #81 from nvandoorn/add-install-generator
Add install generator
Diffstat (limited to 'bin/sandbox')
-rwxr-xr-xbin/sandbox1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sandbox b/bin/sandbox
index 90b8b81..53731cf 100755
--- a/bin/sandbox
+++ b/bin/sandbox
@@ -75,6 +75,7 @@ unbundled bundle exec rails generate spree:install \
$@
unbundled bundle exec rails generate solidus:auth:install
+unbundled bundle exec rails generate super_good:solidus_taxjar:install
echo
echo "🚀 Sandbox app successfully created for $extension_name!"