A JavaScript library for managing local development databases.
Chaining the build
and dev
scripts will run from local source via the CLI entrypoint.
pnpm build && pnpm dev -h
The ci_verify.sh
script will verify code changes as CI builds would.
./ci_verify.sh
The update command can be used interactively and recursively to upgrade project dependencies:
pnpm update --interactive --latest --recursive