mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
chore(build): add turndown-plugin-gfm to copy-dist
This commit is contained in:
parent
7315d38cb6
commit
a4ae0ba628
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ try {
|
|||
"./src/public/robots.txt",
|
||||
"./src/public/fonts",
|
||||
"./src/public/stylesheets",
|
||||
"./src/public/translations"
|
||||
"./src/public/translations",
|
||||
"./packages/turndown-plugin-gfm/src"
|
||||
]);
|
||||
|
||||
for (const asset of assetsToCopy) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue