Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoh5 committed Nov 27, 2023
1 parent 319bedf commit b374745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "03-api-solid",
"version": "1.0.0",
"description": "",
"description": "GymPass style app",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts",
Expand All @@ -11,7 +11,7 @@
"build": "tsup src --out-dir build",
"test": "vitest run --dir src/use-cases",
"test:watch": "vitest --dir src/use-cases",
"pretest:e2e": "npm-run-all test:create-prisma-environment test:install-prisma-environment",
"pretest:e2e": "run-s test:create-prisma-environment test:install-prisma-environment",
"test:e2e": "vitest run --dir src/http",
"test:e2e:watch": "vitest --dir src/http",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit b374745

Please sign in to comment.