Skip to content

Commit 24e2624

Browse files
committed
feat(eslint): adds yarn.lock
1 parent 6ac4aa8 commit 24e2624

File tree

2 files changed

+12447
-18902
lines changed

2 files changed

+12447
-18902
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export NODE_OPTIONS := --trace-deprecation
55

66
# On CI servers, use the `npm ci` installer to avoid introducing changes to the package-lock.json
77
# On developer machines, prefer the generally more flexible `npm install`. 💪
8-
YARN_I := $(if $(CI), install, install)
8+
YARN_I := $(if $(CI), install --frozen-lockfile, install)
99

1010
# Modify these variables in local.mk to add flags to the commands, ie.
1111
# YARN_FLAGS += --prefer-offline

0 commit comments

Comments
 (0)