Skip to content

Commit

Permalink
MAT-6726 setting up repo protections
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-akins committed Mar 12, 2024
1 parent 0802936 commit d7cf3ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test": "JWT_SECRET=ThisIsMySecret jest",
"test:watch": "JWT_SECRET=ThisIsMySecret jest --watch",
"test:cov": "JWT_SECRET=ThisIsMySecret jest --coverage",
"test:debug": "JWT_SECRET=ThisIsMySecret node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "JWT_SECRET=ThisIsMySecret jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
Expand Down

0 comments on commit d7cf3ff

Please sign in to comment.