mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
CI: Setup katex and mermaid so that they can be updated by Renovate
This commit is contained in:
parent
c65fa3087f
commit
597e3d4b67
@ -10,6 +10,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"buildAssets": "node Tools/buildAssets.js",
|
||||
"build": "yarn run buildAssets",
|
||||
"tsc": "tsc --project tsconfig.json",
|
||||
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
||||
"test": "jest",
|
||||
|
@ -120,8 +120,8 @@
|
||||
"react-native-reanimated",
|
||||
|
||||
// Need special processing when upgrading
|
||||
"katex",
|
||||
"mermaid",
|
||||
// "katex",
|
||||
// "mermaid",
|
||||
|
||||
// Cannot upgrade further due to ESM support
|
||||
"node-fetch",
|
||||
|
Loading…
Reference in New Issue
Block a user