diff --git a/esy.json b/esy.json index aa73cd7..cf7e7b1 100644 --- a/esy.json +++ b/esy.json @@ -10,6 +10,7 @@ }, "scripts": { - "start": "dune exec --root . ./rawleydotxyz.exe" + "start": "dune exec --root . ./rawleydotxyz.exe", + "build": "esy b dune build" } }