mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +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 {
|
try {
|
||||||
|
|
||||||
log(`Copying build into dist folder.`);
|
|
||||||
fs.copySync("./build", DEST_DIR);
|
|
||||||
|
|
||||||
const assetsToCopy = new Set([
|
const assetsToCopy = new Set([
|
||||||
"./images",
|
"./images",
|
||||||
"./libraries",
|
"./libraries",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user