Skip to content

Commit

Permalink
Removed --version from test
Browse files Browse the repository at this point in the history
  • Loading branch information
moberghammer committed Mar 6, 2020
1 parent 11036fb commit 4e297e6
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 @@ -13,7 +13,7 @@
"lint": "tslint --project .",
"lint-fix": "tslint --fix --project .",
"ncu": "ncu --semverLevel major -e 2",
"test-yml-spec": "node -r source-map-support/register dist/index.js manual manual_job_invoked_from_cli --cwd tests/test-yml-spec --version",
"test-yml-spec": "node -r source-map-support/register dist/index.js manual manual_job_invoked_from_cli --cwd tests/test-yml-spec",
"test-exec-never-job": "node -r source-map-support/register dist/index.js exec never_job --cwd tests/test-yml-spec"
},
"bin": "dist/index.js",
Expand Down

0 comments on commit 4e297e6

Please sign in to comment.