chore(setup): fix running unit tests in all packages
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"watch": "tsc -p tsconfig.json --watch",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"test:unit": "yarn lint"
|
||||
"test": "yarn lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
|
||||
Reference in New Issue
Block a user