Skip to content

Commit 7905380

Browse files
authored
Merge pull request #431 from mkobayashime/git-diff-exit-code
Bun install with `--frozen-lockfile` on CI
2 parents d99ef3d + 7968946 commit 7905380

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
@@ -3,7 +3,11 @@ biome = bunx biome
33
eslint = bunx eslint
44

55
node_modules: PHONY
6+
ifeq ($(CI), true)
7+
bun install --frozen-lockfile
8+
else
69
bun install
10+
endif
711

812
lint: node_modules PHONY
913
$(biome) check .

0 commit comments

Comments
 (0)