[shell.nix] add bun install --dev for spago@next etc

parent faa09dbf
No related merge requests found
Pipeline #6059 failed with stages
in 5 minutes and 20 seconds
...@@ -18,6 +18,7 @@ let ...@@ -18,6 +18,7 @@ let
echo "Installing JS Dependencies" echo "Installing JS Dependencies"
#yarn #yarn
bun install bun install
bun install --dev
echo "Compiling" echo "Compiling"
bun run build bun run build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment