Skip to content

Commit

Permalink
Check type during CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Jun 24, 2022
1 parent 7a81ec2 commit ee79779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee79779

Please sign in to comment.