diff --git a/package.json b/package.json index 2373643..3a6a354 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test:observer": "npm t -w observer", "test:stats": "npm t -w stats", "test:types": "tsc -p .", - "test": "npm run lint && npm test --workspaces --if-present" + "test": "npm run lint && npm run test:types && npm test --workspaces --if-present" }, "devDependencies": { "@types/mocha": "^10.0.7",