forked from mirrors/probot
build(deps): lock file maintenance (#1962)
* build(deps): lock file maintenance * exclude tsconfig.json from linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: uzlopak <aras.abbasi@googlemail.com>
This commit is contained in:
parent
f97fc64dac
commit
f7e4588b16
File diff suppressed because it is too large
Load Diff
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "rimraf lib && tsc -p tsconfig.json",
|
||||
"lint": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"docs/*.md\" *.md package.json tsconfig.json --end-of-line auto",
|
||||
"lint:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"docs/*.md\" *.md package.json tsconfig.json --end-of-line auto",
|
||||
"lint": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"docs/*.md\" *.md package.json --end-of-line auto",
|
||||
"lint:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"docs/*.md\" *.md package.json --end-of-line auto",
|
||||
"pretest": "npm run build && tsc --noEmit -p test",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
|
|
Loading…
Reference in New Issue