Skip to content

Commit 1695971

Browse files
committed
[Makefile] Use --frozen-lockfile for the top-level repo in make setup.
We still need the workaround for `./app-template` because oven-sh/bun#17481 was not merged.
1 parent 07c702e commit 1695971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app-template/node_modules:
1616

1717
.PHONY: setup
1818
setup: app-template/node_modules
19-
bun install --no--save
19+
bun install --frozen-lockfile
2020

2121
.PHONY: build
2222
build: app-template-build

0 commit comments

Comments
 (0)