This commit is contained in:
Alex Garcia 2024-05-10 23:40:22 -07:00
parent b1753e359c
commit 12c96fc6fe
3 changed files with 4 additions and 2 deletions

View file

@ -170,6 +170,9 @@ test-loadable-snapshot-update: loadable
test-loadable-watch:
watchexec -w sqlite-vec.c -w tests/test-loadable.py -w Makefile --clear -- make test-loadable
site-dev:
npm --prefix site run dev
site-build:
npm --prefix site run build