File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2727 "deps:update" : " pnpm update -i -L -r" ,
2828 "test" : " vitest" ,
2929 "test:ui" : " vitest --ui" ,
30- "test:core" : " turbo test --filter=@vorsteh-queue/core" ,
31- "test:drizzle-postgres" : " turbo test:postgres" ,
32- "test:drizzle-mariadb" : " turbo test:mariadb" ,
33- "prune" : " turbo prune --docker" ,
30+ "test:core" : " pnpm -F core test" ,
31+ "test:drizzle-postgres" : " pnpm -F adapter-drizzle test:postgres" ,
32+ "test:drizzle-mariadb" : " pnpm -F adapter-drizzle test:mariadb" ,
3433 "cs" : " changeset" ,
3534 "ci:publish" : " pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag" ,
3635 "ci:version" : " pnpm changeset version && pnpm install --no-frozen-lockfile && git add ."
Original file line number Diff line number Diff line change 4444 "lint" : " eslint ." ,
4545 "test" : " vitest" ,
4646 "test:mariadb" : " vitest --run tests/mariadb-adapter.test.ts" ,
47- "test:mariadb:mock" : " vitest --run tests/mariadb-mock.test.ts" ,
4847 "test:postgres" : " vitest --run tests/drizzle-adapter.test.ts tests/utc-storage.test.ts tests/timezone-edge-cases.test.ts tests/progress.test.ts" ,
4948 "test:watch" : " vitest --watch" ,
5049 "typecheck" : " tsc --noEmit"
Original file line number Diff line number Diff line change 4040 "clean:cache" : " git clean -xdf .cache" ,
4141 "format" : " prettier --check . --ignore-path ../../.gitignore" ,
4242 "lint" : " eslint ." ,
43+ "test" : " vitest" ,
4344 "typecheck" : " tsc --noEmit"
4445 },
4546 "prettier" : " @vorsteh-queue/prettier-config" ,
You can’t perform that action at this time.
0 commit comments