File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"type" : " module" ,
5
5
"scripts" : {
6
+ "build-rss" : " node build-rss.js" ,
6
7
"dev" : " vite dev" ,
7
- "build" : " vite build" ,
8
+ "build" : " vite build && yarn run build-rss " ,
8
9
"preview" : " vite preview" ,
9
10
"check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
10
11
"check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
39
40
"feed" : " ^4.2.2" ,
40
41
"mdast-util-find-and-replace" : " ^3.0.1" ,
41
42
"node-emoji" : " ^2.1.3" ,
43
+ "parse-md" : " ^3.0.3" ,
42
44
"shiki" : " ^1.23.0" ,
43
45
"svelte-preprocess" : " ^6.0.3" ,
44
46
"unified" : " ^11.0.5"
Original file line number Diff line number Diff line change @@ -1733,6 +1733,13 @@ parent-module@^1.0.0:
1733
1733
dependencies :
1734
1734
callsites "^3.0.0"
1735
1735
1736
+ parse-md@^3.0.3 :
1737
+ version "3.0.3"
1738
+ resolved "https://registry.yarnpkg.com/parse-md/-/parse-md-3.0.3.tgz#aede95c45b5eaa82088d2c26a833d156b8be6bb1"
1739
+ integrity sha512-2kpNrrW1GBgli5VT9X9/Y6n4PVsIFVdG49tguq1PHwzsRSK0Cu0yJPTUFOwWouFT85atYNWQ1T/rmqfj7kLd8g==
1740
+ dependencies :
1741
+ js-yaml "^4.1.0"
1742
+
1736
1743
path-exists@^4.0.0 :
1737
1744
version "4.0.0"
1738
1745
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
You can’t perform that action at this time.
0 commit comments