Skip to content

Commit

Permalink
update setup.sh to ensure we're on the right node version etc. and al…
Browse files Browse the repository at this point in the history
…l dependencies get installed
  • Loading branch information
twrichards committed Dec 17, 2024
1 parent ed944f6 commit 6da34c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash
set -e

fnm install
corepack enable

fnm install || true
nvm install || true

dev-nginx setup-app dev-nginx.yaml

Expand Down

0 comments on commit 6da34c7

Please sign in to comment.