Skip to content

Commit

Permalink
Update package.json.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 13, 2024
1 parent 493c274 commit aae4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/node-server/templates/server/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:cov": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --silent --force-exit --coverage --config ./e2e/jest.e2e.config.json",
"test:e2e": "jest --maxConcurrency=1 --silent --force-exit --coverage --config ./e2e/jest.e2e.config.json",
"typeorm": "ts-node -P ./tsconfig.json -r tsconfig-paths/register ../node_modules/.bin/typeorm -f ormconfig.ts",
"typeorm:migration:generate": "npm run typeorm -- migration:generate -n schema",
"typeorm:migration:run": "npm run typeorm -- migration:run",
Expand Down

0 comments on commit aae4efd

Please sign in to comment.