Skip to content

Commit

Permalink
fix: update github action to include environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gobeam committed Mar 19, 2022
1 parent a4cc316 commit 3f61163
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 @@ -20,8 +20,8 @@
"test:watch": "jest --config ./test/unit/jest-unit.json --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/e2e/jest-e2e.json",
"test:unit": "jest --config ./test/unit/jest-unit.json --runInBand",
"test:e2e": "jest --config ./test/e2e/jest-e2e.json --detectOpenHandles",
"test:unit": "jest --config ./test/unit/jest-unit.json --runInBand --runInBand",
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config src/config/ormconfig.ts",
"orm-create": "npm run typeorm migration:create -- -n",
"migrate": "npm run typeorm migration:run",
Expand Down

0 comments on commit 3f61163

Please sign in to comment.