From ee797795ab8f0925e6b5ccec4b4883f757c4614d Mon Sep 17 00:00:00 2001 From: Guan <821143943@qq.com> Date: Fri, 24 Jun 2022 18:16:49 +0800 Subject: [PATCH] Check type during CI test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 088ee017..b7fef54c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "setup": "node scripts/setup.js", "playground": "webpack serve --config=playground/webpack.playground.config.js", "test": "webpack --config=webpack.test.config.js && npx floss --path=build.test --reporter=tap", - "test:ci": "yarn build && yarn test", + "test:ci": "yarn build && yarn test && yarn type", "test:debug": "webpack --config=webpack.test.config.js && npx floss --path=build.test -d", "build": "rimraf lib && rimraf dist && webpack --mode=production", "pretype": "node scripts/patch-dts-generator.js",