Skip to content

Commit

Permalink
ref: .nixpacks remove change npm ci to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
LuEsc committed Jan 29, 2025
1 parent 2db41ee commit 37ff164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nixpacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nixPkgs = ["nodejs-18_x"]
[phases.install]
cmds = [
"cd monorepo/frontend",
"npm ci"
"npm install"
]

[phases.build]
Expand Down

0 comments on commit 37ff164

Please sign in to comment.