We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d99ef3d + 7968946 commit 7905380Copy full SHA for 7905380
1 file changed
Makefile
@@ -3,7 +3,11 @@ biome = bunx biome
3
eslint = bunx eslint
4
5
node_modules: PHONY
6
+ifeq ($(CI), true)
7
+ bun install --frozen-lockfile
8
+else
9
bun install
10
+endif
11
12
lint: node_modules PHONY
13
$(biome) check .
0 commit comments