Skip to content

Commit 3ef2f88

Browse files
committed
Changing the path for the package-lock.json
1 parent 236d8f7 commit 3ef2f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public static ActionResult UpdateCA(Session session)
340340
} catch { }
341341
try
342342
{
343-
File.Delete("package-lock.json");
343+
File.Delete(uiIisDir + "\\package-lock.json"));
344344
} catch { }
345345

346346
try

0 commit comments

Comments
 (0)