Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 420 Bytes

File metadata and controls

33 lines (23 loc) · 420 Bytes

First initialize the database for testing:

docker-compose up -d

Make sure you have the psql client, and then run this:

lql admin-users bootstrap --yes
lql admin-users add --test --yes

Then you can "install" the packages need:

docker exec postgres /sql-bin/install.sh

Then you can run

pnpm install
pnpm run build

Then to run a test:

cd packages/core
pnpm test