mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
build(copy-dist): copying build folder is not required anymore
TS and Webpack build into the dist folder directly now
This commit is contained in:
parent
5e289ea12d
commit
e389592017
@ -20,9 +20,6 @@ function copyNodeModuleFileOrFolder(source: string) {
|
||||
|
||||
try {
|
||||
|
||||
log(`Copying build into dist folder.`);
|
||||
fs.copySync("./build", DEST_DIR);
|
||||
|
||||
const assetsToCopy = new Set([
|
||||
"./images",
|
||||
"./libraries",
|
||||
|
Loading…
x
Reference in New Issue
Block a user