chore(make): use npm ci for tiptap editor to avoid lockfile drift

This commit is contained in:
xfy 2026-06-12 16:27:12 +08:00
parent ee6aaf179c
commit b72bc512c2

View File

@ -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: