build(lightbox): use npm install (npm 11 ci rejects cross-platform rolldawn optional deps)
This commit is contained in:
parent
022b63aedc
commit
05e2989278
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ build-editor-incremental:
|
|||||||
|
|
||||||
build-lightbox:
|
build-lightbox:
|
||||||
@echo "Building Lightbox..."
|
@echo "Building Lightbox..."
|
||||||
@cd libs/lightbox && npm ci --include=dev && npm run build
|
@cd libs/lightbox && npm install && npm run build
|
||||||
@echo "Lightbox built."
|
@echo "Lightbox built."
|
||||||
|
|
||||||
# dev 用的增量构建:跳过 npm ci(假设 node_modules 已存在),仅 vite build。
|
# dev 用的增量构建:跳过 npm ci(假设 node_modules 已存在),仅 vite build。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user