Skip to content

Commit

Permalink
chore: remove tap
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoDOROSARIO committed Dec 13, 2024
1 parent b18bd1a commit 78b9ce2
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
Expand Up @@ -13,7 +13,7 @@
"watch": "tsc -w",
"dev": "npm run build && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch\" \"npm:dev:start\"",
"dev:start": "npm run build && fastify start --ignore-watch=.ts$ -w -l info -P dist/app.js",
"test": "npm run db:seed && tap --jobs=1 test/**/*",
"test": "npm run db:seed && glob -c \"tsx --test\" \"./test/**/*.integration.spec.ts\"",
"standalone": "npm run build && node --env-file=.env dist/server.js",
"lint": "eslint --ignore-pattern=dist",
"lint:fix": "npm run lint -- --fix",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@types/node": "^22.5.5",
"eslint": "^9.11.0",
"fastify-tsconfig": "^2.0.0",
"glob": "^11.0.0",
"neostandard": "^0.12.0",
"tap": "^21.0.1",
"tsx": "^4.19.1",
"typescript": "~5.7.2"
}
Expand Down

0 comments on commit 78b9ce2

Please sign in to comment.