Skip to content

Commit

Permalink
remove improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aneuwald-ctw committed Apr 16, 2024
1 parent 2504c41 commit 65c3000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
command: |
# lint steps
set -x
yarn run test:lint
yarn license-check
yarn dedupe --check
yarn run tsc --noEmit # typecheck files that are not included by webpack or package builds
yarn run lint:ci
yarn run lint:unused-exports
yarn run lint:dependencies
- name: packages
command: yarn run build:packages
- name: web
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"lint:unused-exports": "ts-node ./ci/lint-unused-exports.ts",
"lint:dependencies": "ts-node ./ci/lint-dependencies.ts .",
"test": "jest",
"test:lint": "yarn license-check && yarn dedupe --check && yarn run tsc --noEmit && yarn run lint:ci && yarn run lint:unused-exports && yarn run lint:dependencies ",
"test:debug": "cross-env NODE_OPTIONS='--inspect-brk' jest",
"test:watch": "jest --watch",
"test:integration": "jest --forceExit --projects desktop/integration-test",
Expand Down

0 comments on commit 65c3000

Please sign in to comment.