Skip to content

Commit eaacdb5

Browse files
committed
fix(build): add back copying canvas dist files
1 parent f2382e2 commit eaacdb5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/copy-dist.ts

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const copy = async () => {
7373
}
7474

7575
const nodeModulesFolder = [
76+
"node_modules/@excalidraw/excalidraw/dist/",
7677
"node_modules/katex/dist/",
7778
"node_modules/dayjs/",
7879
"node_modules/boxicons/css/",

bin/copy-trilium.sh

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cp "$script_dir/../build/electron-main.js" "$DIR"
4949
if [[ -d "$DIR"/node_modules ]]; then
5050
# cleanup of useless files in dependencies
5151
for d in 'image-q/demo' \
52+
'@excalidraw/excalidraw/dist/excalidraw-assets-dev' '@excalidraw/excalidraw/dist/excalidraw.development.js' '@excalidraw/excalidraw/dist/excalidraw-with-preact.development.js' \
5253
'mermaid/dist/mermaid.js' \
5354
'boxicons/svg' 'boxicons/node_modules/react'/* \
5455
'@jimp/plugin-print/fonts' 'jimp/browser' 'jimp/fonts'; do

0 commit comments

Comments
 (0)