Skip to content

Commit

Permalink
fix: Docs fail with Cannot find module 'taffydb' (parse-community#2036
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dplewis authored Oct 3, 2023
1 parent c6a3966 commit dc91d0f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- run: npm ci
- name: Check types
run: npm run test:types
check-docs:
name: Check Docs
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- name: Check Docs
run: npm run docs
build:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
35 changes: 26 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@definitelytyped/dtslint": "0.0.163",
"@parse/minami": "1.0.0",
"@parse/minami": "git+https://github.com/parse-community/minami#main",
"@saithodev/semantic-release-backmerge": "2.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
Expand Down

0 comments on commit dc91d0f

Please sign in to comment.