mercur-cli 0.1.2 → 0.1.3

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.
@@ -18,6 +18,7 @@ export async function pullAndInstall(options) {
18
18
  }
19
19
  );
20
20
  await execa("yarn", ["install"], { cwd: path.join(targetDir, "backend") });
21
+ await execa("yarn", ["build"], { cwd: path.join(targetDir, "backend") });
21
22
 
22
23
  if (options.install_storefront) {
23
24
  spinner.text = "Installing Mercur storefront...";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mercur-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI for Mercur - Open Source Marketplace Platform",
5
5
  "main": "index.js",
6
6
  "license": "MIT",