File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 1616 "docs:export" : " tsx ./src/scripts/export-docs.ts" ,
1717 "test:dummy-data" : " tsx -r dotenv/config ./src/test/db/import-dummy-data.ts" ,
1818 "test" : " npm run infra:restart && npm run test:dummy-data && jest --no-cache --runInBand" ,
19- "test:oriole" : " npm run infra:restart:oriole && npm run test:dummy-data && jest --no-cache --runInBand" ,
2019 "test:coverage" : " npm run infra:restart && npm run test:dummy-data && jest --no-cache --runInBand --coverage" ,
2120 "infra:stop" : " docker compose --project-directory . -f ./.docker/docker-compose-infra.yml down --remove-orphans" ,
2221 "infra:start" : " docker compose --project-directory . -f ./.docker/docker-compose-infra.yml up -d && sleep 5 && npm run migration:run" ,
You can’t perform that action at this time.
0 commit comments