Skip to content

Commit 4b501e7

Browse files
committed
Bun install with --frozen-lockfile on CI
1 parent 927368d commit 4b501e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ eslint = bunx eslint
55
tsx = bunx tsx
66

77
node_modules: PHONY
8+
ifeq ($(CI), true)
9+
bun install --frozen-lockfile
10+
else
811
bun install
12+
endif
913

1014
lint: node_modules PHONY
1115
$(biome) check .

0 commit comments

Comments
 (0)