update-reef command

This commit is contained in:
Chris Wanstrath 2025-10-26 12:27:38 -07:00
parent f7b429fbfe
commit 580af874c1

View File

@ -9,7 +9,8 @@
"scripts": {
"dev": "bun generate-parser && bun --hot src/server/server.tsx",
"generate-parser": "lezer-generator src/parser/shrimp.grammar --typeScript -o src/parser/shrimp.ts",
"repl": "bun generate-parser && bun bin/repl"
"repl": "bun generate-parser && bun bin/repl",
"update-reef": "cd packages/ReefVM && git pull origin main"
},
"dependencies": {
"reefvm": "workspace:*",