We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac4aa8 commit 24e2624Copy full SHA for 24e2624
Makefile
@@ -5,7 +5,7 @@ export NODE_OPTIONS := --trace-deprecation
5
6
# On CI servers, use the `npm ci` installer to avoid introducing changes to the package-lock.json
7
# On developer machines, prefer the generally more flexible `npm install`. 💪
8
-YARN_I := $(if $(CI), install, install)
+YARN_I := $(if $(CI), install --frozen-lockfile, install)
9
10
# Modify these variables in local.mk to add flags to the commands, ie.
11
# YARN_FLAGS += --prefer-offline
0 commit comments