updated build

This commit is contained in:
2022-09-06 13:51:48 -06:00
parent 5232f536d7
commit f5decf58f8

View File

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