mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
build(copy-dist): remove unused paths
This commit is contained in:
parent
dbeae62709
commit
37f1525d0e
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue