Skip to content

Commit 599f376

Browse files
committed
node script error fixed
1 parent 06c4ad4 commit 599f376

5 files changed

Lines changed: 1417 additions & 69 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "node scripts/generate-rss.js && next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"test": "jest",

0 commit comments

Comments
 (0)