this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: run tests in check script

+1 -1
+1 -1
package.json
··· 22 22 "typecheck": "tsc --noEmit", 23 23 "format": "prettier --write .", 24 24 "format:check": "prettier --check . --ignore-unknown", 25 - "check": "bun run format:check && bun run lint && bun run typecheck && bun run build", 25 + "check": "bun run format:check && bun test && bun run lint && bun run typecheck && bun run build", 26 26 "hooks:install": "git config core.hooksPath .githooks", 27 27 "db:up": "podman-compose up -d", 28 28 "db:down": "podman-compose down",