fix esy build

This commit is contained in:
2022-09-07 18:49:02 -06:00
parent 7f61bd7bdc
commit b1ef9bbfbf

View File

@@ -11,6 +11,6 @@
"scripts": { "scripts": {
"start": "dune exec --root . ./rawleydotxyz.exe", "start": "dune exec --root . ./rawleydotxyz.exe",
"build": "esy b dune build" "build": "esy dune build"
} }
} }