diff --git a/package.json b/package.json index fbd3d1b..4d26ec5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:licenses", "test:unit:coverage": "jest --coverage", "test:unit": "jest", - "test": "npm run lint && npm run lint:prettier && npm run test:unit", + "test": "npm run lint && npm run test:unit", "typecheck": "tsc" }, "commitlint": {