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: