Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored Mar 7, 2024
1 parent 906954a commit d9aecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node -r dotenv/config src/index.ts",
"format": "prettier --check --write '{src,tests}/**/*.ts'",
"lint": "eslint . --ext .ts,.js --fix",
"docker:build": "npm run build; docker build -t jembi/mpi-mediator:profile-fix .",
"docker:build": "npm run build; docker build -t jembi/mpi-mediator:latest .",
"build": "npm install; tsc -p tsconfig.build.json",
"test:unit": "LOG_LEVEL='fatal' MODE='testing' mocha -r ts-node/register 'tests/unit/*.ts' --timeout 15000",
"test:cucumber": "CUCUMBER_DEFAULT_TIMEOUT=20000 MODE='testing' cucumber-js 'tests/cucumber/features/**/*.feature' --no-color --exit --logLevel='error' --require 'tests/cucumber/step-definitions/*.ts' --require-module 'ts-node/register' --require-module 'dotenv/config' dotenv_config_path=.env.test --format-options \"{\\\"snippetInterface\\\": \\\"async-await\\\"}\" --format summary --format progress-bar",
Expand Down

0 comments on commit d9aecb5

Please sign in to comment.