Skip to content

Commit

Permalink
Fix ts lints
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 4, 2023
1 parent a3c1d69 commit c521270
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
working-directory: addon
run: pnpm install --save-dev typescript@${{matrix.ts-version}}
- name: test types
working-directory: addon
working-directory: test-app
run: pnpm lint:ts
1 change: 0 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint --cache .",
"lint:js:fix": "eslint . --fix",
"lint:ts": "tsc --noEmit && tsc --noEmit --project type-tests",
"postpublish": "yarn clean",
"release": "release-it",
"start": "yarn build:js -w"
Expand Down
50 changes: 50 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint --cache .",
"lint:js:fix": "eslint . --fix",
"lint:ts": "tsc --noEmit && tsc --noEmit --project type-tests",
"lint:ts": "tsc --noEmit --project type-tests",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
Expand All @@ -33,6 +33,9 @@
"@embroider/test-setup": "^2.1.1",
"@embroider/webpack": "^2.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/interfaces": "^0.84.3",
"@glimmer/reference": "^0.84.3",
"@glimmer/validator": "^0.84.3",
"@glint/template": "^1.0.2",
"@tsconfig/ember": "^1.0.1",
"@types/jquery": "^3.5.16",
Expand Down

0 comments on commit c521270

Please sign in to comment.