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

parent faa09dbf
Pipeline #6059 failed with stages
in 5 minutes and 20 seconds
......@@ -18,6 +18,7 @@ let
echo "Installing JS Dependencies"
#yarn
bun install
bun install --dev
echo "Compiling"
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