mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
Fixed CI
This commit is contained in:
parent
0eea0ed873
commit
ba6a460468
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
"eslint:recommended",
|
"eslint:recommended",
|
||||||
"plugin:@typescript-eslint/recommended"
|
"plugin:@typescript-eslint/recommended"
|
||||||
],
|
],
|
||||||
"ignorePatterns": ["*.json", "*.toml"],
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"arrow-body-style": ["error", "as-needed"],
|
"arrow-body-style": ["error", "as-needed"],
|
||||||
"complexity": ["warn", { "max": 30 }],
|
"complexity": ["warn", { "max": 30 }],
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build --source-map --license license.txt",
|
"build": "ncc build --source-map --license license.txt",
|
||||||
"test:lint": "eslint src/** && eslint test/**",
|
"test:lint": "eslint src/**/*.ts && eslint test/**/*.ts",
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
"test": "npm run test:lint && npm run test:unit"
|
"test": "npm run test:lint && npm run test:unit"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue