Skip to content

Commit 410eeda

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Yaacov Rydzinski <[email protected]>
1 parent 27892ff commit 410eeda

File tree

5 files changed

+6
-171
lines changed

5 files changed

+6
-171
lines changed

.eslintrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,9 @@ rules:
466466
yield-star-spacing: off
467467

468468
overrides:
469-
- files: '**/*.ts'
469+
- files:
470+
- '**/*.ts'
471+
- '**/*.tsx'
470472
parser: '@typescript-eslint/parser'
471473
parserOptions:
472474
sourceType: module

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272
- name: Install Dependencies
7373
run: npm ci --ignore-scripts
7474

75-
# Disabled due to https://github.com/milesj/docusaurus-plugin-typedoc-api/pull/19
76-
# - name: Check that package-lock.json doesn't have conflicts
77-
# run: npm ls --depth 999
78-
7975
- name: Run npm install
8076
run: npm install --ignore-scripts --force --package-lock-only --engine-strict --strict-peer-deps
8177

@@ -246,6 +242,8 @@ jobs:
246242
uses: actions/setup-node@v2
247243
with:
248244
cache: npm
245+
# TODO: switch back in v17
246+
# node-version-file: '.node-version'
249247
node-version: 18
250248

251249
- name: Install Dependencies

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
/denoDist
1717
/websiteDist
1818
/website/.next
19+
/website/out

package-lock.json

Lines changed: 0 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"eslint-plugin-tsdoc": "0.2.16",
7474
"mocha": "9.2.2",
7575
"prettier": "2.6.2",
76-
"typedoc": "0.22.15",
7776
"typescript": "4.6.3"
7877
},
7978
"publishConfig": {

0 commit comments

Comments
 (0)