Skip to content

Commit 0a712b2

Browse files
committed
Adding the missing delete of package-lock.json
1 parent ea74adc commit 0a712b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ public static ActionResult UpdateCA(Session session)
338338
{
339339
DeleteDirectory(Path.Combine(uiIisDir, "node_modules"));
340340
} catch { }
341+
try
342+
{
343+
File.Delete("package-lock.json");
344+
} catch { }
345+
341346
try
342347
{
343348
DeleteDirectory(Path.Combine(uiIisDir, "dist"));

0 commit comments

Comments
 (0)