We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11036fb commit 4e297e6Copy full SHA for 4e297e6
package.json
@@ -13,7 +13,7 @@
13
"lint": "tslint --project .",
14
"lint-fix": "tslint --fix --project .",
15
"ncu": "ncu --semverLevel major -e 2",
16
- "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",
17
"test-exec-never-job": "node -r source-map-support/register dist/index.js exec never_job --cwd tests/test-yml-spec"
18
},
19
"bin": "dist/index.js",
0 commit comments