devcadotio
PROOP
a year 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
a year ago
Hey, can you try cmds = ['pnpm install --no-frozen-lockfile' ]?
a year ago
Great! I'll mark this thread as solved.
a year ago
!s
Status changed to Solved uxuz • 11 months ago