mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
build(copy-dist): copy over existing node_modules
helps avoiding downloading the packages a 2nd time during our prune stage
This commit is contained in:
@@ -15,6 +15,7 @@ function log(...args: any[]) {
|
||||
try {
|
||||
|
||||
const assetsToCopy = new Set([
|
||||
// copy node_module, to avoid downloading packages a 2nd time during pruning
|
||||
"./node_modules",
|
||||
"./images",
|
||||
"./libraries",
|
||||
|
||||
Reference in New Issue
Block a user