Skip to content

Commit 484cabb

Browse files
GeneAIGeneAI
authored andcommitted
fix: Add missing build:railway script to package.json
1 parent df9451c commit 484cabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "npm run build:docs && next build",
8+
"build:railway": "next build",
89
"build:docs": "cd .. && mkdocs build --clean && rm -rf website/public/framework-docs && cp -r site website/public/framework-docs",
910
"start": "next start",
1011
"lint": "eslint"

0 commit comments

Comments
 (0)