Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed May 23, 2022
1 parent 2d0dbae commit 8ed0d34
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions dist/tasks/shopwareConfigureTask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tasks/shopwareConfigureTask.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-db-sync",
"version": "0.1.7",
"version": "0.1.8",
"description": "Database synchronizer for Shopware 6",
"author": {
"name": "Jelle Siderius"
Expand Down
9 changes: 9 additions & 0 deletions src/tasks/shopwareConfigureTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ class ShopwareConfigureTask {
);
}

this.configureTasks.push(
{
title: "Refreshing plugins",
task: async (): Promise<void> => {
await localhostShopwareRootExec(`bin/console plugin:refresh`, config);
}
}
);

this.configureTasks.push(
{
title: "Compiling theme",
Expand Down

0 comments on commit 8ed0d34

Please sign in to comment.