Stop versioning the runner
We no longer release the runner.
This commit is contained in:
parent
b8f3a377bf
commit
124e7d96a6
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@
|
||||||
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
|
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
|
||||||
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
|
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
|
||||||
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
|
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
|
||||||
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force",
|
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
|
||||||
"version": "cd runner && npm version patch && cd .. && npm run removeNPMAbsolutePaths && git add runner"
|
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
"typescript": {
|
"typescript": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue