Skip to content

Commit e6a8556

Browse files
committed
changeset & lint fix
1 parent d10f8bc commit e6a8556

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/chilled-frogs-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/aws": minor
3+
---
4+
5+
Add a new option to install native dependencies on every lambda

packages/open-next/src/build/installDeps.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { execSync } from "child_process";
21
import fs from "node:fs";
32
import os from "node:os";
43
import path from "node:path";
4+
5+
import { execSync } from "child_process";
56
import { InstallOptions } from "types/open-next";
67

78
import logger from "../logger.js";

0 commit comments

Comments
 (0)