We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea74adc commit 0a712b2Copy full SHA for 0a712b2
eFormAPI/Installation/CustomActions/CustomAction.cs
@@ -338,6 +338,11 @@ public static ActionResult UpdateCA(Session session)
338
{
339
DeleteDirectory(Path.Combine(uiIisDir, "node_modules"));
340
} catch { }
341
+ try
342
+ {
343
+ File.Delete("package-lock.json");
344
+ } catch { }
345
+
346
try
347
348
DeleteDirectory(Path.Combine(uiIisDir, "dist"));
0 commit comments