devcadotio
PROOP
7 months ago
Basically, what I'm trying to achieve is to add the --no-frozen-lockfile flag to pnpm i.
[phases.setup]
nixPkgs = ['nodejs', 'pnpm']
[phases.install]
cmd = 'pnpm install --no-frozen-lockfile'
[phases.build]
cmd = 'pnpm run build'
dependsOn = ['install']
[start]
cmd = 'pnpm start' Issue is - railway still tries to run pnpm i --frozen-lockfile.
7 Replies
uxuz
MODERATOR
7 months ago
Hey, can you try cmds = ['pnpm install --no-frozen-lockfile' ]?
uxuz
MODERATOR
7 months ago
Great! I'll mark this thread as solved.
uxuz
MODERATOR
7 months ago
!s
Status changed to Solved uxuz • 7 months ago