First initialize the database for testing:
docker-compose up -dMake sure you have the psql client, and then run this:
lql admin-users bootstrap --yes
lql admin-users add --test --yesThen you can "install" the packages need:
docker exec postgres /sql-bin/install.shThen you can run
pnpm install
pnpm run buildThen to run a test:
cd packages/core
pnpm test