chore(make): use npm ci for tiptap editor to avoid lockfile drift
This commit is contained in:
parent
ee6aaf179c
commit
b72bc512c2
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ highlight-css:
|
|||||||
|
|
||||||
build-editor:
|
build-editor:
|
||||||
@echo "Building Tiptap 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."
|
@echo "Tiptap editor built."
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user