sb-mig 5.5.1-beta.1 → 5.5.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,6 +110,7 @@ export const sync = async (props) => {
110
110
  to,
111
111
  ...flags,
112
112
  syncDirection,
113
+ test: "Test",
113
114
  });
114
115
  if (syncDirection) {
115
116
  if (isIt("all")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sb-mig",
3
- "version": "5.5.1-beta.1",
3
+ "version": "5.5.2-beta.1",
4
4
  "description": "CLI to rule the world. (and handle stuff related to Storyblok CMS)",
5
5
  "author": "Marcin Krawczyk <marckraw@icloud.com>",
6
6
  "license": "MIT",