From b72bc512c202be188720c85b227cdf18fd0a13c7 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 12 Jun 2026 16:27:12 +0800 Subject: [PATCH] chore(make): use npm ci for tiptap editor to avoid lockfile drift --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 523fa5a..9872f20 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ highlight-css: build-editor: @echo "Building Tiptap editor..." - @cd libs/tiptap-editor && npm install && npx vite build + @cd libs/tiptap-editor && npm ci && npx vite build @echo "Tiptap editor built." dev: