diff --git a/package.json b/package.json index 182e133a7..67c5af355 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "lerna run build --parallel", "test:size": "npm-run-all clean rollup size", "clean": "lerna run clean --parallel", - "test": "npm-run-all -p lint:check coverage test:size flow && npm run test:prod", + "test": "npm-run-all -p lint:check coverage test:size test:typescript flow && npm run test:prod", "test:typescript": "lerna run test:typescript --parallel", "coverage": "jest --coverage --no-cache --ci --runInBand", "test:prod": "npm run build && jest -c jest.dist.js --no-cache --ci --runInBand",