shopify-accelerate-app 1.0.11 → 1.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-accelerate-app",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -1,5 +1,6 @@
1
1
  import chalk from "chalk";
2
2
  import path from "path";
3
+ import { delay } from "src/utils/delay";
3
4
  import { require } from "../../require";
4
5
  import { config, root_dir } from "../../shopify-accelerate-app";
5
6
  import { isBlockTs } from "../scaffold-theme/parse-files";
@@ -141,9 +142,10 @@ const runBlockJsEsbuild = async (entryFile, folder) => {
141
142
  }
142
143
 
143
144
  try {
145
+ await delay(20);
144
146
  fs.unlinkSync(outPath);
145
147
  } catch (err) {
146
- console.log(err);
148
+ // console.log(err);
147
149
  }
148
150
 
149
151
  console.log(