Skip to content

Commit

Permalink
Merge cdcc89d into 3a1432c
Browse files Browse the repository at this point in the history
  • Loading branch information
DesHorsley committed Feb 15, 2020
2 parents 3a1432c + cdcc89d commit 7d43c01
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 @@ -11,7 +11,7 @@
"lint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'",
"cover": "NODE_ENV=test nyc --report lcovonly _mocha --config .mocharc.json src/**/*.spec.ts",
"e2eWithBuild": "npm run build && npm run e2e",
"e2e": "tsc -p e2e/tsconfig.json && cucumber-js ./e2e/features --no-strict && node ./runReport.js",
"e2e": "tsc -p e2e/tsconfig.json && cucumber-js ./e2e/features --no-strict",
"poste2e": "shx rm -rf e2e/step_definitions/**/*.js e2e/reportOutput/**/*.html",
"coveralls": "npm run cover && shx cat ./coverage/lcov.info | coveralls"
},
Expand Down

0 comments on commit 7d43c01

Please sign in to comment.