mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
build(copy-dist): remove unused paths
This commit is contained in:
committed by
Panagiotis Papadopoulos
parent
dbeae62709
commit
37f1525d0e
@@ -2,8 +2,6 @@ import fs from "fs-extra";
|
||||
import path from "path";
|
||||
|
||||
const DEST_DIR = "./dist";
|
||||
const DEST_DIR_SRC = path.join(DEST_DIR, "src");
|
||||
const DEST_DIR_NODE_MODULES = path.join(DEST_DIR, "node_modules");
|
||||
|
||||
const VERBOSE = process.env.VERBOSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user