Skip to content

Commit a4a2489

Browse files
committed
fix: use npm build only for docs deploy
1 parent c4212ca commit a4a2489

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
production=false

docs/railway.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[build]
33
builder = "railpack"
4-
buildCommand = "npm ci && npm run build"
4+
buildCommand = "npm run build"
55

66
[deploy]
77
startCommand = "npm run start"

0 commit comments

Comments
 (0)