Skip to content

Commit

Permalink
ci(eng): run cli instead of module file
Browse files Browse the repository at this point in the history
-___-;;;;;
  • Loading branch information
thatkookooguy committed Dec 25, 2019
1 parent bf10650 commit 04fcccc
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 @@ -24,7 +24,7 @@
"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",
"semantic-release": "semantic-release",
"deploy-tests-report": "node lib/report-deployer.js"
"deploy-tests-report": "node lib/test-report-cli.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 04fcccc

Please sign in to comment.