|
|
@@ -12,7 +12,8 @@
|
|
|
"watch": "yarn dev -w --emptyOutDir=false",
|
|
|
"lint:js": "yarn eslint **/*.{js,ts}",
|
|
|
"lint:typecheck": "tsc",
|
|
|
- "lint": "npm-run-all -p lint:*"
|
|
|
+ "lint": "npm-run-all -p lint:*",
|
|
|
+ "test": "vitest run --coverage"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@slack/oauth": "^2.0.1",
|