Skip to content

Commit

Permalink
ci: start type checking with TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Oct 21, 2020
1 parent a542898 commit af4c3ea
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 @@
"eslint:check": "eslint . --report-unused-disable-directives",
"flow:check": "flow check",
"test": "jest --config=jest.json",
"test-ci": "yarn orbit-components check:icons && yarn orbit-components build && yarn flow:check && yarn eslint:check && yarn test --ci --maxWorkers=2 && yarn workspace @kiwicom/babel-plugin-orbit-components test && yarn prettier:test",
"test-ci": "yarn orbit-components check:icons && yarn orbit-components build && yarn flow:check && yarn tsc && yarn eslint:check && yarn test --ci --maxWorkers=2 && yarn workspace @kiwicom/babel-plugin-orbit-components test && yarn prettier:test",
"update-supported-browsers": "markdown --path .github/contribution/testing-conventions.md && git add .github/contribution/testing-conventions.md",
"release": "lerna version --conventional-commits --no-push"
},
Expand Down

0 comments on commit af4c3ea

Please sign in to comment.