Skip to content

Commit 2e73f11

Browse files
committed
fix: rm oriole npm script
1 parent 0685e84 commit 2e73f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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",

0 commit comments

Comments
 (0)