Skip to content

Commit aea3e37

Browse files
committed
dirty rss build script
1 parent 8f24c19 commit aea3e37

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
6+
"build-rss": "node build-rss.js",
67
"dev": "vite dev",
7-
"build": "vite build",
8+
"build": "vite build && yarn run build-rss",
89
"preview": "vite preview",
910
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1011
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -39,6 +40,7 @@
3940
"feed": "^4.2.2",
4041
"mdast-util-find-and-replace": "^3.0.1",
4142
"node-emoji": "^2.1.3",
43+
"parse-md": "^3.0.3",
4244
"shiki": "^1.23.0",
4345
"svelte-preprocess": "^6.0.3",
4446
"unified": "^11.0.5"

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,13 @@ parent-module@^1.0.0:
17331733
dependencies:
17341734
callsites "^3.0.0"
17351735

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+
17361743
path-exists@^4.0.0:
17371744
version "4.0.0"
17381745
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"

0 commit comments

Comments
 (0)