mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -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",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"ignorePatterns": ["*.json", "*.toml"],
|
||||
"rules": {
|
||||
"arrow-body-style": ["error", "as-needed"],
|
||||
"complexity": ["warn", { "max": 30 }],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"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": "npm run test:lint && npm run test:unit"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue