From c2e31d4ddb44d7c0b88009dd416526ad9b48f744 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 27 Jan 2022 14:58:57 +0100 Subject: [PATCH] make: Build with pinned dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bacbac7..cc907fd 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ check-translations: l10n fi npm: package.json package-lock.json - npm install + npm ci build: npm npm run build