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": {
|
"scripts": {
|
||||||
"buildAssets": "node Tools/buildAssets.js",
|
"buildAssets": "node Tools/buildAssets.js",
|
||||||
|
"build": "yarn run buildAssets",
|
||||||
"tsc": "tsc --project tsconfig.json",
|
"tsc": "tsc --project tsconfig.json",
|
||||||
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
@ -120,8 +120,8 @@
|
|||||||
"react-native-reanimated",
|
"react-native-reanimated",
|
||||||
|
|
||||||
// Need special processing when upgrading
|
// Need special processing when upgrading
|
||||||
"katex",
|
// "katex",
|
||||||
"mermaid",
|
// "mermaid",
|
||||||
|
|
||||||
// Cannot upgrade further due to ESM support
|
// Cannot upgrade further due to ESM support
|
||||||
"node-fetch",
|
"node-fetch",
|
||||||
|
Loading…
Reference in New Issue
Block a user