Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 10, 2024
1 parent fa0ca80 commit d8d4f5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/app/nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
providers = ["node"]

[phases.install]
cmds = ["npm install --prefix ./server"]
# Noop command
cmds = [":"]

[phases.build]
cmds = ["ls"]
# Noop command
cmds = [":"]

0 comments on commit d8d4f5a

Please sign in to comment.