Skip to content

Commit

Permalink
fix: remove test script from a non-tested package (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco authored May 6, 2024
1 parent f64be41 commit 3af6e77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"start:test": "cross-env NODE_ENV=test TZ=UTC nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test:e2e": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file e2e/setup.ts e2e/**/*.e2e.ts src/**/*.e2e.ts"
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@nestjs/axios": "~2.0.0",
Expand Down

0 comments on commit 3af6e77

Please sign in to comment.